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

Function run

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

Source from the content-addressed store, hash-verified

494}
495
496void run(Conductor &c)
497{
498
499 /// this one works with db
500 // binary_test_1_for_identical_subtrees(c);
501
502 // binary_test_2_for_identical_subtrees(c);
503
504 // binary_tree_execution(c);
505 // simple_nary_execution(c);
506 // nary_execution(c);
507 // larger_nary_execution(c);
508
509 // hiding_failed_test(c);
510
511 // comparison(c);
512
513 // comparison2(c);
514
515 // tree_building(c);
516
517 // restart_tree(c);
518
519 // load_execution(c, "/home/maxim/dev/cp-profiler2/golomb8.db");
520
521 // save_and_load(c, "/home/maxim/dev/cp-profiler2/test.db");
522
523 // nogood_dialog(c);
524
525 // db_create_tree(c);
526
527 // save_search(c);
528
529 // ss_analysis(c);
530}
531
532} // namespace execution
533} // namespace tests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected