Overload List
| Name | Description | |
|---|---|---|
| IntVarArray(Int32, Int32, Int32) |
Creates and returns an array of integer variables with the same specified
upper and lower bound.
| |
| IntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][]) |
Creates and returns an array of integer variables with
individually specified upper and lower bounds.
| |
| IntVarArray(ColumnArray, Int32, Int32) |
Creates and returns an array of integer variables representing
an array of columns with an integer lower and upper bound.
| |
| IntVarArray(ColumnArray, array<Int32>[]()[][], array<Int32>[]()[][]) |
Creates and returns an array of integer variables representing
an array of columns with individually specified integer lower
and upper bounds.
| |
| IntVarArray(Int32, Int32, Int32, array<String>[]()[][]) |
Creates and returns an array of integer variables all with the same
upper and lower bound, but individually specified names.
| |
| IntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][], array<String>[]()[][]) |
Creates and returns an array of integer variables each with
individually specified upper bound, lower bound, and name.
| |
| IntVarArray(ColumnArray, Int32, Int32, array<String>[]()[][]) |
Creates and returns an array of integer variables representing
an array of columns with an integer lower and upper bound
as well as individually specified names.
| |
| IntVarArray(ColumnArray, array<Int32>[]()[][], array<Int32>[]()[][], array<String>[]()[][]) |
Creates and returns an array of integer variables representing
an array of columns with individually specified integer lower
and upper bounds as well as individually specified names.
|