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

Method mayMoveDownwards

gecode/gist/nodecursor.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 template<class Node>
88 forceinline bool
89 NodeCursor<Node>::mayMoveDownwards(void) {
90 return _node->getNumberOfChildren() > 0;
91 }
92
93 template<class Node>
94 forceinline void

Callers 2

moveToLeafMethod · 0.45
nextMethod · 0.45

Calls 5

getNumberOfChildrenMethod · 0.80
isDirtyMethod · 0.80
hasSolvedChildrenMethod · 0.80
getNoOfOpenChildrenMethod · 0.80
isHiddenMethod · 0.80

Tested by

no test coverage detected