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 8.0¶
API Changes¶
LSP¶
Added the global function
set()
to add set variables to a model.
Python¶
Added the method
LSModel.set()
to create set variables.Added the operator
SET
.
C++¶
Added the method
LSModel::setVar()
to create set variables.Added the operator
O_Set
.
C#¶
Added the method
LSModel.Set()
to create set variables.Added the operator
Set
.
Java¶
Added the method
LSModel.setVar()
to create set variables.Added the operator
Set
.