Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ mayMoveUpwards
Method
mayMoveUpwards
gecode/gist/nodecursor.hpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
template<class Node>
65
forceinline bool
66
NodeCursor<Node>::mayMoveUpwards(void) {
67
return _node != _startNode && !_node->isRoot();
68
}
69
70
template<class Node>
71
forceinline void
Callers
2
next
Method · 0.80
backtrack
Method · 0.80
Calls
1
isRoot
Method · 0.80
Tested by
no test coverage detected