MCPcopy 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

statusMethod · 0.45
choiceMethod · 0.45
killMethod · 0.45
enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected