Creates and returns integer modeling variables, all with the same specified upper bound and lower bound, with individually specified names, for column-wise modeling.
ColumnArray
object defining where to install the new variables. i
is assigned name[i]
. The array of new integer modeling variables.
This method creates new modeling variables of type NumVarType.Int
, each with the same specified bounds, 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, with variable i
being assigned name[i]
. The new variables are then installed in existing modeling objects as defined by the ColumnArray
argument cols
.
IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.IntVarArray Overload List