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

Method createChild

cp-profiler/src/cpprofiler/tree/structure.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56NodeID Structure::createChild(NodeID pid, int alt, int kids)
57{
58 const auto nid = createNode(pid, kids);
59 nodes_[pid]->setChild(nid, alt);
60 return nid;
61}
62
63NodeID Structure::addExtraChild(NodeID pid)
64{

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected