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

Method next_edge

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

Source from the content-addressed store, hash-verified

88
89 template<class View>
90 forceinline Edge<View>*
91 Edge<View>::next_edge(void) const {
92 return _next_edge;
93 }
94 template<class View>
95 forceinline Edge<View>**
96 Edge<View>::next_edge_ref(void) {

Callers 8

iter-prune-val.hppFile · 0.80
operator ++Method · 0.80
matchMethod · 0.80
syncMethod · 0.80
markMethod · 0.80
pruneMethod · 0.80
syncMethod · 0.80
pruneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected