MCPcopy 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

nextMethod · 0.80
backtrackMethod · 0.80

Calls 1

isRootMethod · 0.80

Tested by

no test coverage detected