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

Method removeChild

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

Remove `alt` child of `pid`

Source from the content-addressed store, hash-verified

87
88/// Remove `alt` child of `pid`
89void Structure::removeChild(NodeID pid, int alt)
90{
91 nodes_[pid]->removeChild(alt);
92}
93
94NodeID Structure::getChild(NodeID pid, int alt) const
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected