Creates and returns n
semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound.
i
is constructed with a semi-continuous lower bound of sclb[i]
. i
is constructed with an upper bound of ub[i]
. i
is constructed with a type of type[i]
. The array of new modeling variables.
This method creates new semi-continuous modeling variables, each with its own bounds and type, and returns them in an array. Variable i
is constructed with bounds sclb[i]
and ub[i]
and type type[i]
.
IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.SemiContVarArray Overload List