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

Method add

gecode/int/view-val-graph/bi-link.hpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 forceinline void
59 BiLink::add(BiLink* l) {
60 l->_prev = this; l->_next = _next;
61 _next->_prev = l; _next = l;
62 }
63 forceinline void
64 BiLink::unlink(void) {
65 BiLink* p = _prev; BiLink* n = _next;

Callers 3

sdFunction · 0.45
edge.hppFile · 0.45
revertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected