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

Function rtest_le

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

Source from the content-addressed store, hash-verified

67
68 template<class View>
69 forceinline RelTest
70 rtest_le(View x, View y) {
71 if (x.max() < y.min()) return RT_TRUE;
72 if (x.min() >= y.max()) return RT_FALSE;
73 return RT_MAYBE;
74 }
75
76 template<class View>
77 forceinline RelTest

Callers 2

postMethod · 0.50
propagateMethod · 0.50

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected