MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / LayoutComputer

Method LayoutComputer

cp-profiler/src/cpprofiler/tree/layout_computer.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21
22LayoutComputer::LayoutComputer(const NodeTree &tree, Layout &layout, const VisualFlags &nf)
23 : m_tree(tree), m_layout(layout), m_vis_flags(nf)
24{
25}
26
27bool LayoutComputer::isDirty(NodeID nid)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected