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

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IIntVar BoolVar(
	IColumn column
)

Parameters

column
Type: ILOG.Concert..::..IColumn

Return Value

The new Boolean modeling variable.

Remarks

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

See Also