MCPcopy 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

intersectMethod · 0.50
intersectIMethod · 0.50
gqMethod · 0.50
lqMethod · 0.50
eqMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected