Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ intersect
Function
intersect
gecode/float/val.hpp:502–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
}
501
502
forceinline FloatVal
503
intersect(const FloatVal& x, const FloatVal& y) {
504
return FloatVal(intersect(x.x,y.x));
505
}
506
forceinline FloatVal
507
hull(const FloatVal& x, const FloatVal& y) {
508
return FloatVal(hull(x.x,y.x));
Callers
5
intersect
Method · 0.50
intersectI
Method · 0.50
gq
Method · 0.50
lq
Method · 0.50
eq
Method · 0.50
Calls
1
FloatVal
Class · 0.85
Tested by
no test coverage detected