Overload List

  NameDescription
Public methodIntVarArray(Int32, Int32, Int32)
Creates and returns an array of integer variables with the same specified upper and lower bound.
Public methodIntVarArray(Int32, array<Int32>[]()[][], array<Int32>[]()[][])
Creates and returns an array of integer variables with individually specified upper and lower bounds.
Public methodIntVarArray(ColumnArray, Int32, Int32)
Creates and returns an array of integer variables representing an array of columns with an integer lower and upper bound.
Public methodIntVarArray(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.
Public methodIntVarArray(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.
Public methodIntVarArray(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.
Public methodIntVarArray(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.
Public methodIntVarArray(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.

See Also