Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ unlink
Method
unlink
gecode/kernel/core.hpp:3181–3185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3179
}
3180
3181
forceinline void
3182
ActorLink::unlink(void) {
3183
ActorLink* p = _prev; ActorLink* n = _next;
3184
p->_next = n; n->_prev = p;
3185
}
3186
3187
forceinline void
3188
ActorLink::init(void) {
Callers
4
status
Method · 0.45
choice
Method · 0.45
kill
Method · 0.45
enqueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected