LocalSolver 8.0¶
API Changes¶
LSP¶
Added the global function
setto add set variables to a model.
Python¶
Added the method
LSModel.setto create set variables.Added the operator
~LSOperator.SET.
C++¶
Added the method
LSModel::setVarto create set variables.Added the operator
O_Set.
C#¶
Added the method
LSModel.Set()to create set variables.Added the operator
~LSOperator.Set.
Java¶
Added the method
LSModel.setVar()to create set variables.Added the operator
Set.