Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~SupportValues
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
sync
Method · 0.45
sync
Method · 0.45
propagate
Method · 0.45
sync
Method · 0.45
narrow
Method · 0.45
dispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected