Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getLayoutDone
Method
getLayoutDone
cp-profiler/src/cpprofiler/tree/layout.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
bool Layout::getLayoutDone(NodeID nid) const
40
{
41
if (layout_done_.size() <= nid)
42
return false;
43
return layout_done_[nid];
44
}
45
46
void Layout::growDataStructures(int n_nodes)
47
{
Callers
6
printNodeInfo
Method · 0.80
paintEvent
Method · 0.80
findNodeClicked
Method · 0.80
mayMoveSidewards
Method · 0.80
mayMoveDownwards
Method · 0.80
mayMoveDownwards
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected