Overload List
| Name | Description | |
|---|---|---|
|
|
Range(Double, INumExpr, Double) |
Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub.
|
|
|
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.
|