[
ECLiPSe Rational Constraint
|
Group Index
|
Full Index
]
?T1 $>= ?T2
Holds iff the the rational term T1 is greater than or equal to the rational term T2.
?T1
A rational term.
?T2
A rational term.
Description
Determines whether the inequality together with the constraint store forms a feasible system. A modified Simplex algorithm is used to make the test.
Fail Conditions
None.
Resatisfiable
No.
Exceptions
Examples
Success: X + Y $>= 3. Fail: 12/7 $>= 13/5.
See Also