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

Method depth

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

Source from the content-addressed store, hash-verified

243}
244
245int NodeTree::depth() const
246{
247 return node_stats_.maxDepth();
248}
249
250int NodeTree::getAlternative(NodeID nid) const
251{

Callers 2

runIdenticalSubtreesFunction · 0.80
drawPixelTreeMethod · 0.80

Calls 1

maxDepthMethod · 0.80

Tested by

no test coverage detected