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

Method revert

gecode/int/view-val-graph/edge.hpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 template<class View>
56 forceinline void
57 Edge<View>::revert(Node<View>* d) {
58 unlink();
59 d->add(this);
60 }
61
62 template<class View>
63 forceinline ViewNode<View>*

Callers 2

matchMethod · 0.80
initMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected