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

Method free

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

Source from the content-addressed store, hash-verified

855 ef |= EF_MRKLB;
856 }
857 forceinline void
858 Edge::free(BC bc) {
859 if (bc == UBC)
860 ef &= ~EF_MRKUB;
861 else
862 ef &= ~EF_MRKLB;
863 }
864 forceinline bool
865 Edge::used(BC bc) const {
866 if (bc == UBC)

Callers 9

~SupportValuesMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
syncMethod · 0.45
syncMethod · 0.45
propagateMethod · 0.45
syncMethod · 0.45
narrowMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected