Overload List
| Name | Description | |
|---|---|---|
| NumVar(Double, Double) |
Creates and returns a numeric variable with specified bounds.
| |
| NumVar(Double, Double, NumVarType) |
Creates and returns a numeric variable with bounds and specified type.
| |
| NumVar(Double, Double, String) |
Creates and returns a numeric variable with specified bounds and name.
| |
| NumVar(Column, Double, Double) |
Creates and returns a numeric variable representing
a column with a specified lower and upper bound.
| |
| NumVar(Double, Double, NumVarType, String) |
Creates and returns a named numeric variable with bounds and specified type.
| |
| NumVar(Column, Double, Double, NumVarType) |
Creates and returns a numeric variable representing
a column with specified lower and upper bounds as well as type.
| |
| NumVar(Column, Double, Double, String) |
Creates and returns a named numeric variable representing
representing a column with a specified lower and upper bound.
| |
| NumVar(Column, Double, Double, NumVarType, String) |
Creates and returns a named numeric variable representing
a column with specified lower and upper bounds as well as type.
|