Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getNumberOfSiblings
Method
getNumberOfSiblings
cp-profiler/src/cpprofiler/tree/node_tree.cpp:240–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
int NodeTree::getNumberOfSiblings(NodeID nid) const
241
{
242
return structure_->getNumberOfSiblings(nid);
243
}
244
245
int NodeTree::depth() const
246
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected