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

Function comparison

cp-profiler/src/cpprofiler/tests/execution_test.cpp:294–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void comparison(Conductor &c)
295{
296
297 auto ex1 = c.addNewExecution("Execution A");
298 build_for_comparison_a(ex1->tree());
299
300 auto ex2 = c.addNewExecution("Execution B");
301 build_for_comparison_b(ex2->tree());
302
303 c.mergeTrees(ex1, ex2);
304}
305
306void comparison2(Conductor &c)
307{

Callers

nothing calls this directly

Calls 4

build_for_comparison_aFunction · 0.85
build_for_comparison_bFunction · 0.85
addNewExecutionMethod · 0.80
mergeTreesMethod · 0.80

Tested by

no test coverage detected