ILOG CPLEX .NET Reference Manual

IMPModeler.BoolVar Method

Creates a new Boolean (or binary) modeling variable for column-wise modeling.

Overload List

Creates a new Boolean (or binary) modeling variable for column-wise modeling.

IIntVar BoolVar(Column);

Creates a new Boolean (or binary) modeling variable, with the specified name, for column-wise modeling.

IIntVar BoolVar(Column,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace