Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ overlap
Function
overlap
gecode/float/val.hpp:497–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
return proper_subset(x.x,y.x);
496
}
497
forceinline bool
498
overlap(const FloatVal& x, const FloatVal& y) {
499
return overlap(x.x,y.x);
500
}
501
502
forceinline FloatVal
503
intersect(const FloatVal& x, const FloatVal& y) {
Callers
6
run
Method · 0.50
eq
Method · 0.50
propagate
Method · 0.50
post
Method · 0.50
propagate
Method · 0.50
post
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected