Overload List
| Name | Description | |
|---|---|---|
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
| |
| SemiContVarArray(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.
|