Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
moveToLeaf
Method · 0.45
next
Method · 0.45
Calls
5
getNumberOfChildren
Method · 0.80
isDirty
Method · 0.80
hasSolvedChildren
Method · 0.80
getNoOfOpenChildren
Method · 0.80
isHidden
Method · 0.80
Tested by
no test coverage detected