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