Overload List
| Name | Description | |
|---|---|---|
|
|
Range(Double, Double) |
Creates and returns an empty IRange object.
|
|
|
Range(Double, INumExpr, Double) |
Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub.
(Inherited from IModeler.) |
|
|
Range(Double, Double, String) |
Creates and returns an empty IRange object with the
name specified by name.
The new IRange object is initialized to represent the constraint lb <= 0 <= ub. The new IRange object is assigned name as its name. This method is typically used in an application that applies column-wise modeling to fill in the expression for the ranged constraint while creating the variables. |
|
|
Range(Double, INumExpr, Double, String) |
Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub
and assigned the name name.
(Inherited from IModeler.) |