MCPcopy 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

runMethod · 0.50
eqMethod · 0.50
propagateMethod · 0.50
postMethod · 0.50
propagateMethod · 0.50
postMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected