ILOG CPLEX .NET Reference Manual

IMPModeler.BoolVar Method (Column)

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

IIntVar BoolVar(
   Column column
);

Parameters

column
The column object defining where to install the new variable.

Return Value

The new Boolean modeling variable.

Remarks

This method returns an object representing a new modeling variable of type NumVarType.Bool. The newly created variable is then installed in existing modeling objects as defined by the Column argument column.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.BoolVar Overload List