Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ db_addChild
Method
db_addChild
cp-profiler/src/cpprofiler/tree/structure.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void Structure::db_addChild(NodeID nid, NodeID pid, int alt)
160
{
161
nodes_[pid]->addChild();
162
db_createChild(nid, pid, alt);
163
}
164
165
} // namespace tree
166
} // namespace cpprofiler
Callers
2
read_nodes
Function · 0.45
db_create_tree
Function · 0.45
Calls
1
addChild
Method · 0.80
Tested by
1
db_create_tree
Function · 0.36