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¶
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.