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

Method next_edge_ref

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

Source from the content-addressed store, hash-verified

93 }
94 template<class View>
95 forceinline Edge<View>**
96 Edge<View>::next_edge_ref(void) {
97 return &_next_edge;
98 }
99 template<class View>
100 forceinline Edge<View>*
101 Edge<View>::next(void) const {

Callers 4

initMethod · 0.80
syncMethod · 0.80
initMethod · 0.80
syncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected