ILOG CPLEX .NET Reference Manual

IMPModeler.BoolVarArray Method

Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.

Overload List

Creates and returns an array of Boolean (or binary) modeling variables for column-wise modeling.

IIntVar[] BoolVarArray(ColumnArray);

Creates and returns an array of Boolean (or binary) modeling variables with names for column-wise modeling.

IIntVar[] BoolVarArray(ColumnArray,string[]);

See Also

IMPModeler Interface | ILOG.Concert Namespace