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

Method next_val

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

Source from the content-addressed store, hash-verified

101 }
102 template<class View>
103 forceinline ValNode<View>*
104 ValNode<View>::next_val(void) const {
105 return _next_val;
106 }
107 template<class View>
108 forceinline void
109 ValNode<View>::next_val(ValNode<View>* n) {

Callers 4

purgeMethod · 0.80
markMethod · 0.80
initMethod · 0.80
markMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected