3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-24 14:53:40 +00:00
This commit is contained in:
Jakob Rath 2022-12-21 16:23:05 +01:00
parent d51031f19b
commit 44f0f88172

View file

@ -1912,14 +1912,11 @@ static void STD_CALL polysat_on_ctrl_c(int) {
void tst_polysat() { void tst_polysat() {
using namespace polysat; using namespace polysat;
#if 1 // Enable this block to run a single unit test with detailed output. #if 0 // Enable this block to run a single unit test with detailed output.
collect_test_records = false; collect_test_records = false;
test_max_conflicts = 50; test_max_conflicts = 50;
// test_polysat::test_bench27_viable1(); // TODO: refinement // test_polysat::test_bench27_viable1(); // TODO: refinement
// test_polysat::test_bench27_viable2(); // TODO: refinement // test_polysat::test_bench27_viable2(); // TODO: refinement
// test_polysat::test_bench27_viable3();
test_polysat::test_bench27_viable3_sat();
// test_polysat::test_ineq2(); // TODO: assertion failure
return; return;
#endif #endif