Overload List
| Name | Description | |
|---|---|---|
|
|
SemiContVar(Double, Double, NumVarType) |
Creates and returns a new semi-continuous modeling variable with
a specified semi-continuous lower bound, upper bound, and type.
This method returns an object representing a new semi-continuous modeling variable with the specified bounds and type. |
|
|
SemiContVar(Double, Double, NumVarType, String) |
Creates and returns a new semi-continuous modeling variable with
specified bounds, type, and name.
This method returns an object representing a new semi-continuous modeling variable with the specified bounds, type, and name. |
|
|
SemiContVar(IColumn, Double, Double, NumVarType) |
Creates and returns a new semi-continuous modeling variable
with specified type and bounds, for column-wise modeling.
This method returns an object representing a new semi-continuous modeling variable with the specified bounds and type. The newly created variable is then installed in existing modeling objects as defined by the IColumn argument column. |
|
|
SemiContVar(IColumn, Double, Double, NumVarType, String) |
Creates and returns a new semi-continuous modeling variable, with
specified bounds, type, and name, for column-wise modeling.
This method returns an object representing a new semi-continuous modeling variable with the specified bounds, type, and name. The newly created variable is then installed in existing modeling objects as defined by the IColumn argument column. |