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

Function rtest_lq

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

Source from the content-addressed store, hash-verified

51
52 template<class View>
53 forceinline RelTest
54 rtest_lq(View x, View y) {
55 if (x.max() <= y.min()) return RT_TRUE;
56 if (x.min() > y.max()) return RT_FALSE;
57 return RT_MAYBE;
58 }
59
60 template<class View>
61 forceinline RelTest

Callers 2

postMethod · 0.50
propagateMethod · 0.50

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected