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

Method next_val_ref

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

Source from the content-addressed store, hash-verified

96 }
97 template<class View>
98 forceinline ValNode<View>**
99 ValNode<View>::next_val_ref(void) {
100 return &_next_val;
101 }
102 template<class View>
103 forceinline ValNode<View>*
104 ValNode<View>::next_val(void) const {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected