Overload List
| Name | Description | |
|---|---|---|
|
|
Eq(Double, INumExpr) |
Creates and returns an instance of IRange
initialized to represent the constraint val == expr.
(Inherited from IModeler.) |
|
|
Eq(INumExpr, INumExpr) |
Creates and returns an instance of IConstraint
initialized to represent the constraint e1 == e2.
(Inherited from IModeler.) |
|
|
Eq(INumExpr, Double) |
Creates and returns an instance of IRange
initialized to represent the constraint expr == rhs.
(Inherited from IModeler.) |
|
|
Eq(Double, INumExpr, String) |
Creates and returns an instance of IRange
initialized to represent the constraint val == expr
and assigned the name name.
(Inherited from IModeler.) |
|
|
Eq(INumExpr, INumExpr, String) |
Creates and returns an instance of IConstraint
initialized to represent the constraint e1 == e2 and
assigned the name name.
(Inherited from IModeler.) |
|
|
Eq(INumExpr, Double, String) |
Creates and returns an instance of IRange
initialized to represent the constraint expr == rhs
and assigned the name name.
(Inherited from IModeler.) |