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

Method nextPattern

cp-profiler/src/cpprofiler/analysis/histogram_scene.cpp:233–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void HistogramScene::nextPattern()
234{
235 if (rects_.size() == 0)
236 return;
237
238 auto new_idx = selected_idx_ + 1;
239
240 if (new_idx >= rects_.size())
241 return;
242
243 changeSelectedPattern(new_idx);
244}
245
246} // namespace analysis
247} // namespace cpprofiler

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected