Creates and returns an array of Boolean (or binary)
modeling variables for column-wise modeling.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
IIntVar[] BoolVarArray( IColumnArray cols ) |
Parameters
- cols
- Type: ILOG.Concert..::..IColumnArray
Return Value
The array of new Boolean modeling variablesRemarks
This method creates new modeling variables of type INumVarType.Bool and returns them in an array. The number of new variables is determined by the size of the IColumnArray argument cols. The new variables are installed in existing modeling objects as defined by the cols argument.