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