Overload List
| Name | Description | |
|---|---|---|
|
|
AddEq(Double, INumExpr) |
Creates and returns an instance of IRange
initialized to represent the constraint val == expr
and added to the invoking instance of IModel.
|
|
|
AddEq(INumExpr, INumExpr) |
Creates and returns an instance of IConstraint
initialized to represent the constraint e1 == e2,
and added to the invoking instance of IModel.
|
|
|
AddEq(INumExpr, Double) |
Creates and returns an instance of IRange
initialized to represent the constraint expr == rhs,
and added to the invoking IModel.
|
|
|
AddEq(Double, INumExpr, String) |
Creates and returns an instance of IRange
initialized to represent the constraint val == expr
and added to the invoking instance of IModel.
|
|
|
AddEq(INumExpr, INumExpr, String) |
Creates and returns an instance of IConstraint
initialized to represent the constraint e1 == e2,
and added to the invoking instance of IModel.
|
|
|
AddEq(INumExpr, Double, String) |
Creates and returns an instance of IRange
initialized to represent the constraint expr == rhs,
and added to the invoking instance of IModel.
|