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