mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
test
This commit is contained in:
parent
d51031f19b
commit
44f0f88172
1 changed files with 1 additions and 4 deletions
|
@ -1912,14 +1912,11 @@ static void STD_CALL polysat_on_ctrl_c(int) {
|
|||
void tst_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;
|
||||
test_max_conflicts = 50;
|
||||
// test_polysat::test_bench27_viable1(); // 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;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue