Overload List
| Name | Description | |
|---|---|---|
| BoolVarArray(Int32) |
Creates and returns an array of n
new Boolean variables (domain 0,1).
(Inherited from IModeler.) | |
| BoolVarArray(ColumnArray) |
Creates and returns an array of Boolean (or binary)
modeling variables for column-wise modeling.
| |
| BoolVarArray(Int32, array<String>[]()[][]) |
Creates and returns an array of n
new Boolean variables (domain 0,1).
(Inherited from IModeler.) | |
| BoolVarArray(ColumnArray, array<String>[]()[][]) |
Creates and returns an array of Boolean (or binary)
modeling variables with names for column-wise modeling.
|