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

Method used

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

Source from the content-addressed store, hash-verified

862 ef &= ~EF_MRKLB;
863 }
864 forceinline bool
865 Edge::used(BC bc) const {
866 if (bc == UBC)
867 return (ef & EF_MRKUB) != 0;
868 else
869 return (ef & EF_MRKLB) != 0;
870 }
871 forceinline Edge*
872 Edge::next(void) const {
873 return next_edge;

Callers 3

pruneMethod · 0.45
pruneMethod · 0.45
narrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected