Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ childrenCount
Method
childrenCount
cp-profiler/src/cpprofiler/tree/structure.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int Structure::childrenCount(NodeID pid) const
105
{
106
return nodes_[pid]->childrenCount();
107
}
108
109
int Structure::getNumberOfSiblings(NodeID nid) const
110
{
Callers
1
addChildren
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected