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.