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

Method matching

gecode/int/view-val-graph/node.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87 template<class View>
88 forceinline void
89 ValNode<View>::matching(Edge<View>* m) {
90 _matching = m;
91 }
92 template<class View>
93 forceinline Edge<View>*
94 ValNode<View>::matching(void) const {

Callers 8

matchMethod · 0.80
initMethod · 0.80
syncMethod · 0.80
markMethod · 0.80
pruneMethod · 0.80
syncMethod · 0.80
markMethod · 0.80
pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected