Creates and returns integer modeling variables, each with individually specified upper bound, lower bound, and name, for column-wise modeling.
ColumnArray
object defining where to install the new variables. i
is constructed with a lower bound of lb[i]
. i
is constructed with an upper bound of ub[i]
. i
is assigned name[i]
. The array of new integer modeling variables.
This method creates new modeling variables of type NumVarType.Int
, each with its own bounds, and returns them in an array. The number of new variables is determined by the size of the ColumnArray
argument cols
. Variable i
is constructed with bounds lb[i]
and ub[i]
and is assigned name[i]
. The new variables are installed in existing modeling objects as defined by the cols
argument.
IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.IntVarArray Overload List