Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ Structure
Method
Structure
cp-profiler/src/cpprofiler/tree/structure.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
{
15
16
Structure::Structure()
17
{
18
nodes_.reserve(100);
19
}
20
21
Mutex &Structure::getMutex() const
22
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected