MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / NodeCursor

Method NodeCursor

cp-profiler/src/cpprofiler/tree/cursors/node_cursor.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12NodeCursor::NodeCursor(NodeID start, const NodeTree &tree)
13 : tree_(tree), start_node_(start), node_(start), cur_alt_(0)
14{
15}
16
17bool NodeCursor::mayMoveDownwards() const
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected