Overload List
| Name | Description | |
|---|---|---|
|
|
IntVarArray(Int32, Int32, Int32) |
Returns a new array of n integer variables
with the specified bounds.
|
|
|
IntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][]) |
Creates an array of length n
initialized to n new integer variables,
each variable with its own bounds.
|
|
|
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.
|
|
|
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.
|