Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
post
Method · 0.50
propagate
Method · 0.50
Calls
2
max
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected