Overload List
| Name | Description | |
|---|---|---|
|
|
AddRange(Double, INumExpr, Double) |
Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub
and added to the invoking instance of
lb <= expr <= ub.
|
|
|
AddRange(Double, INumExpr, Double, String) |
Creates and returns an instance of IRange
initialized to represent the constraint
lb <= expr <= ub
and added to the invoking instance of IModel.
|