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

Method cap

gecode/int/gcc/dom-sup.hpp:666–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 }
665
666 forceinline int
667 ValNode::cap(BC bc) const {
668 if (bc == UBC)
669 return ub;
670 else
671 return lb;
672 }
673 forceinline bool
674 ValNode::matched(BC bc) const {
675 return cap(bc) == 0;

Callers 3

min_requireMethod · 0.80
syncMethod · 0.80
narrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected