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

Function rtest_gr

gecode/int/view/rel-test.hpp:211–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210 template<class VX, class VY>
211 forceinline RelTest
212 rtest_gr(VX x, VY y) {
213 if (x.max() <= y.min()) return RT_FALSE;
214 if (x.min() > y.max()) return RT_TRUE;
215 return RT_MAYBE;
216 }
217
218 template<class VX>
219 forceinline RelTest

Callers

nothing calls this directly

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected