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

Method hasSolvedChildren

cp-profiler/src/cpprofiler/tree/node_tree.cpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294bool NodeTree::hasSolvedChildren(NodeID nid) const
295{
296 return node_info_->hasSolvedChildren(nid);
297}
298
299bool NodeTree::hasOpenChildren(NodeID nid) const
300{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected