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

Method next

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

Source from the content-addressed store, hash-verified

98 }
99 template<class View>
100 forceinline Edge<View>*
101 Edge<View>::next(void) const {
102 return static_cast<Edge<View>*>(BiLink::next());
103 }
104
105 template<class View>
106 forceinline void

Callers 3

sccMethod · 0.45
updateMethod · 0.45
cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected