Overload List
| Name | Description | |
|---|---|---|
| NumVar(Double, Double) |
Creates a new modeling variable object of the
type NumVarType.Float.
(Inherited from IModeler.) | |
| NumVar(Double, Double, NumVarType) |
Creates a new numeric variable object.
(Inherited from IModeler.) | |
| NumVar(Double, Double, String) |
Creates a new modeling variable of the
type NumVarType.Float.
(Inherited from IModeler.) | |
| NumVar(Column, Double, Double) |
Creates a continuous modeling variable, of type Float
with upper bound and lower bound as specified,
for column-wise modeling.
| |
| NumVar(Double, Double, NumVarType, String) |
Creates a new modeling variable object.
(Inherited from IModeler.) | |
| NumVar(Column, Double, Double, NumVarType) |
Creates and returns a new modeling variable for column-wise modeling.
| |
| NumVar(Column, Double, Double, String) |
Creates a continuous modeling variable, of type Float
with upper bound, lower bound, and name as specified,
for column-wise modeling.
| |
| NumVar(Column, Double, Double, NumVarType, String) |
Creates and returns a new modeling variable with the
specified name, type, lower bound, and upper bound
for column-wise modeling in the target column.
|