Overload List
| Name | Description | |
|---|---|---|
| IntVarArray(Int32, Int32, Int32) |
Returns a new array of n integer variables
with the specified bounds.
(Inherited from IModeler.) | |
| IntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][]) |
Creates an array of length n
initialized to n new integer variables,
each variable with its own bounds.
(Inherited from IModeler.) | |
| IntVarArray(ColumnArray, Int32, Int32) |
Creates and returns integer modeling variables,
all with the same upper bound and with the same lower bound,
for column-wise modeling.
| |
| IntVarArray(ColumnArray, array<Int32>[]()[][], array<Int32>[]()[][]) |
Creates and returns integer modeling variables,
with individually specified upper bound, lower bound, and name,
for column-wise modeling.
| |
| IntVarArray(Int32, Int32, Int32, array<String>[]()[][]) |
Creates an array of length n initialized
to n new modeling integer
variables, each with the same specified bounds
and returns them in an array.
(Inherited from IModeler.) | |
| IntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][], array<String>[]()[][]) |
Creates an array of length n
initialized to n new integer variables,
each variable with its own bounds.
(Inherited from IModeler.) | |
| IntVarArray(ColumnArray, Int32, Int32, array<String>[]()[][]) |
Creates and returns integer modeling variables, all with the same
specified upper bound and lower bound, with individually specified
names, for column-wise modeling.
| |
| IntVarArray(ColumnArray, array<Int32>[]()[][], array<Int32>[]()[][], array<String>[]()[][]) |
Creates and returns integer modeling variables, each with individually
specified upper bound, lower bound, and name, for column-wise modeling.
|