36namespace Gecode {
namespace Float {
41 if ((
x.min() >
y.max()) || (
x.max() <
y.min()))
return RT_FALSE;
48 if ((
x.min() >
n.max()) || (
x.max() <
n.min()))
return RT_FALSE;
int n
Number of negative literals for node type.
bool assigned(void) const
Test whether view is assigned.
RelTest
Result of testing relation.
@ RT_TRUE
Relation does hold.
@ RT_FALSE
Relation does not hold.
@ RT_MAYBE
Relation may hold or not.
RelTest rtest_le(View x, View y)
Test whether view x is less than view y.
RelTest rtest_eq(View x, View y)
Test whether views x and y are equal.
RelTest rtest_lq(View x, View y)
Test whether view x is less or equal than view y.
RelTest
Result of testing relation.
Gecode toplevel namespace
Post propagator for SetVar SetOpType SetVar y
Post propagator for SetVar x