Overload List

  NameDescription
Public methodSemiContVarArray(Int32, Double, Double, NumVarType)
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound.
Public methodSemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns n semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound.
Public methodSemiContVarArray(ColumnArray, Double, Double, NumVarType)
Creates and returns an array of semi-continuous modeling variables, all with the same type and bounds, for column-wise modeling.
Public methodSemiContVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns an array of semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, and upper bound, for column-wise modeling.
Public methodSemiContVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns n semi-continuous modeling variables, all with the same type, semi-continuous lower bound, and upper bound, but with individually specified names.
Public methodSemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns n semi-continuous modeling variables, all of the same type, with the same semi-continuous lower bound and upper bound, and individually specified names.
Public methodSemiContVarArray(ColumnArray, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns an array of semi-continuous modeling variables with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.
Public methodSemiContVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns an array of semi-continuous modeling variables, with individually specified type, semi-continuous lower bound, upper bound, and name, for column-wise modeling.

See Also