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

Method Node

cp-profiler/src/cpprofiler/tree/node.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84Node::Node(NodeID parent_nid, int kids) : m_parent(parent_nid)
85{
86 // debug("node") << " Node()\n";
87 setTag(Tag::LEAF); /// initialize to be a leaf first
88 setNumberOfChildren(kids);
89}
90
91void Node::setChild(NodeID nid, int alt)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected