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

Method next

gecode/int/rel/lq-le.hpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145 template<class View, int o>
146 forceinline typename NaryLqLe<View,o>::Pos*
147 NaryLqLe<View,o>::Pos::next(void) const {
148 return static_cast<Pos*>(FreeList::next());
149 }
150
151 template<class View, int o>
152 forceinline void

Callers 10

findMethod · 0.45
addMethod · 0.45
updateMethod · 0.45
operator ++Method · 0.45
conflict-graph.hppFile · 0.45
operator ++Method · 0.45
markMethod · 0.45
markMethod · 0.45
pruneMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected