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

Method val

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

Source from the content-addressed store, hash-verified

81 : _val(v), _matching(nullptr), _next_val(n) {}
82 template<class View>
83 forceinline int
84 ValNode<View>::val(void) const {
85 return _val;
86 }
87 template<class View>
88 forceinline void
89 ValNode<View>::matching(Edge<View>* m) {

Callers 2

initMethod · 0.45
matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected