MCPcopy Create free account
hub / github.com/Gecode/gecode / rtest_eq

Function rtest_eq

gecode/float/view/rel-test.hpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 template<class View>
39 forceinline RelTest
40 rtest_eq(View x, View y) {
41 if ((x.min() > y.max()) || (x.max() < y.min())) return RT_FALSE;
42 return (x.assigned() && y.assigned()) ? RT_TRUE : RT_MAYBE;
43 }
44
45 template<class View>
46 forceinline RelTest

Callers 4

propagateMethod · 0.85
postMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85

Calls 3

minMethod · 0.45
maxMethod · 0.45
assignedMethod · 0.45

Tested by

no test coverage detected