Overload List
| Name | Description | |
|---|---|---|
|
|
AddRange(Double, Double) |
Creates, returns, and adds to the invoking model an empty IRange object.
|
|
|
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.
(Inherited from IModeler.) |
|
|
AddRange(Double, Double, String) |
Creates, returns, and adds to the invoking model
an empty IRange object with the name specified
by name.
|
|
|
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.
(Inherited from IModeler.) |