MCPcopy Create free account
hub / github.com/Gecode/gecode / hull

Function hull

gecode/float/val.hpp:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));
509 }
510 forceinline FloatVal
511 hull(const FloatVal& x, const FloatNum& y) {
512 return FloatVal(hull(x.x,y));

Callers 3

postMethod · 0.50
propagateMethod · 0.50
propagateMethod · 0.50

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected