Overload List

  NameDescription
Public methodSemiContVarArray(Int32, Double, Double, NumVarType)
Creates and returns an array of semi-continuous variables with a specified lower and upper bound and of a specified type.
Public methodSemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns an array of semi-continuous variables with individually specified lower and upper bounds and individually specified types.
Public methodSemiContVarArray(ColumnArray, Double, Double, NumVarType)
Creates and returns an array of semi-continuous variables with a specified lower and upper bound and of a specified type, representing an array of columns.
Public methodSemiContVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][])
Creates and returns an array of semi-continuous variables with individually specified lower and upper bounds and individually specified types, representing an array of columns.
Public methodSemiContVarArray(Int32, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns an array of individually named semi-continuous variables with a specified lower and upper bound and of a specified type.
Public methodSemiContVarArray(Int32, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns an array of individually named semi-continuous variables with individually specified lower and upper bounds and individually specified types.
Public methodSemiContVarArray(ColumnArray, Double, Double, NumVarType, array<String>[]()[][])
Creates and returns an array of named semi-continuous variables with a specified lower and upper bound as well as type, representing an array of columns.
Public methodSemiContVarArray(ColumnArray, array<Double>[]()[][], array<Double>[]()[][], array<NumVarType>[]()[][], array<String>[]()[][])
Creates and returns an array of named semi-continuous variables with individually specified lower and upper bounds, and individually specified type, representing an array of columns.

See Also