Overload List

  NameDescription
Public methodNumVarArray(Int32, Double, Double)
Creates an array of numeric variables, all with the same upper and lower bound.
Public methodNumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][])
Creates an array of numeric variables with individually specified upper and lower bounds.
Public methodNumVarArray(ColumnArray, Double, Double)
Creates and returns an array of numeric variables representing an array of columns with a specified lower and upper bound.
Public methodNumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with individually specified lower and upper bounds.
Public methodNumVarArray(Int32, Double, Double, NumVarType)
Creates and returns an array of numeric variables, all with same specified bounds, all of the same type.
Public methodNumVarArray(Int32, Double, Double, array<String>[]()[][])
Creates an array of numeric variables, all with the same upper and lower bound, but with individually specified names.
Public methodNumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns an array of numeric variables with individual bounds and types.
Public methodNumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][])
Creates an array of numeric variables, each with individually specified upper bound, lower bound, and name.
Public methodNumVarArray(ColumnArray, Double, Double, NumVarType)
Creates and returns an array of numeric variables representing an array of columns with specified lower and upper bounds as well as type.
Public methodNumVarArray(ColumnArray, Double, Double, array<String>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with a lower and upper bound as well as individually specified names.
Public methodNumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with individually specified lower and upper bounds as well as individual types.
Public methodNumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<String>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with individually specified lower and upper bounds as well as names.
Public methodNumVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns an array of numeric variables, all with same specified bounds, all with same type, and individual names.
Public methodNumVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns an array of numeric variables, all with individual specified bounds, types, and names.
Public methodNumVarArray(ColumnArray, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with specified lower and upper bounds as well as a type and individual names.
Public methodNumVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns an array of numeric variables representing an array of columns with individually specified lower and upper bounds as well as individual types and individual names.

See Also