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

Method debugCheckLayout

cp-profiler/src/cpprofiler/tree/traditional_view.cpp:828–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828void TraditionalView::debugCheckLayout() const
829{
830 ///
831 const auto order = utils::any_order(tree_);
832
833 for (const auto n : order)
834 {
835 auto bb = layout_->getBoundingBox(n);
836 // print("bb for {} is fine", n);
837 }
838}
839
840void TraditionalView::setDebugMode(bool v)
841{

Callers

nothing calls this directly

Calls 1

any_orderFunction · 0.85

Tested by

no test coverage detected