Creates and returns an array of semi-continuous modeling variables with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
ColumnArray
object defining where to install the new variables. i
is assigned name[i]
. The array of new modeling variables.
This method creates an array of new semi-continuous modeling variables, each with the same specified bounds and type, and returns them in an array. The number of new variables is determined by the size of the ColumnArray
argument cols
. Each new variable is assigned a separate name, where variable i
is assigned name[i]
. The new variables are then installed in existing modeling objects as describe by the ColumnArray
argument cols
.
IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.SemiContVarArray Overload List