Overload List

  NameDescription
Public methodIntVarArray(Int32, Int32, Int32)
Returns a new array of n integer variables with the specified bounds.
(Inherited from IModeler.)
Public methodIntVarArray(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.)
Public methodIntVarArray(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.
Public methodIntVarArray(ColumnArray, array<Int32>[]()[][], array<Int32>[]()[][])
Creates and returns integer modeling variables, with individually specified upper bound, lower bound, and name, for column-wise modeling.
Public methodIntVarArray(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.)
Public methodIntVarArray(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.)
Public methodIntVarArray(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.
Public methodIntVarArray(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.

See Also