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

Method addEntry

cp-profiler/src/cpprofiler/tree/node_info.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void NodeInfo::addEntry(NodeID nid)
61{
62 utils::MutexLocker lock(&m_mutex, "node info");
63 if (nid != m_flags.size())
64 throw;
65 m_flags.push_back({});
66 m_has_solved_children.push_back(false);
67 m_has_open_children.push_back(true);
68}
69
70void NodeInfo::setHasSolvedChildren(NodeID nid, bool val)
71{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected