This page is for an old version of Hexaly Optimizer.
We recommend that you update your version and read the documentation for the
latest stable release.
LocalSolver 7.0¶
Release notes
New set-based modeling features (see the advanced features on ranges).
Performance improvements for routing and scheduling problems.
Reinforcement of mixed-integer linear programming (LP & MIP) for combinatorial optimization.
Reinforcement of nonlinear programming techniques (NLP) for numerical and black-box optimization.
API Changes¶
LSP¶
Added the
..
operator to create ranges. See the documentation on ranges in the advanced features.
Python¶
Added support for Python 3.5
Added the method
LSModel.range()
to create ranges.
C++¶
Added the method
LSModel::range()
to create ranges.
C#¶
Added the method
LSModel.Range()
to create ranges.
Java¶
Added the method
LSModel.range()
to create ranges.