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

Method moveToLeaf

gecode/gist/nodevisitor.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template<class Cursor>
49 forceinline void
50 PostorderNodeVisitor<Cursor>::moveToLeaf(void) {
51 while (c.mayMoveDownwards()) {
52 c.moveDownwards();
53 }
54 }
55
56 template<class Cursor>
57 PostorderNodeVisitor<Cursor>::PostorderNodeVisitor(const Cursor& c0)

Callers

nothing calls this directly

Calls 2

mayMoveDownwardsMethod · 0.45
moveDownwardsMethod · 0.45

Tested by

no test coverage detected