ILOG CPLEX .NET Reference Manual

IMPModeler.IntVarArray Method

Creates and returns integer modeling variables, all with the same upper bound and with the same lower bound, for column-wise modeling.

Overload List

Creates and returns integer modeling variables, all with the same upper bound and with the same lower bound, for column-wise modeling.

IIntVar[] IntVarArray(ColumnArray,int,int);

Creates and returns integer modeling variables, all with the same specified upper bound and lower bound, with individually specified names, for column-wise modeling.

IIntVar[] IntVarArray(ColumnArray,int,int,string[]);

Creates and returns integer modeling variables, with individually specified upper bound, lower bound, and name, for column-wise modeling.

IIntVar[] IntVarArray(ColumnArray,int[],int[]);

Creates and returns integer modeling variables, each with individually specified upper bound, lower bound, and name, for column-wise modeling.

IIntVar[] IntVarArray(ColumnArray,int[],int[],string[]);

See Also

IMPModeler Interface | ILOG.Concert Namespace