Creates a new Boolean (or binary) modeling variable, with
the specified name, for column-wise modeling.
This method returns an object representing a new modeling variable of type INumVarType.Bool with the specified name. The newly created variable is then installed in existing modeling objects as defined by the IColumn argument column.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
IIntVar[] BoolVarArray( IColumnArray cols, string[] name ) |