3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

insert_eval

This commit is contained in:
Jakob Rath 2022-12-07 18:41:42 +01:00
parent 93ee9c7f8e
commit 45e94ae7dd
2 changed files with 12 additions and 12 deletions

View file

@ -1591,7 +1591,7 @@ void tst_polysat() {
// test_polysat::test_ineq_axiom1(32, 1);
// test_polysat::test_pop_conflict();
// test_polysat::test_l2();
test_polysat::test_ineq1();
// test_polysat::test_ineq1();
// test_polysat::test_quot_rem();
// test_polysat::test_ineq_non_axiom1(32, 3);
// test_polysat::test_monot_bounds_full();
@ -1599,6 +1599,7 @@ void tst_polysat() {
// test_polysat::test_quot_rem_incomplete();
// test_polysat::test_monot();
// test_polysat::test_fixed_point_arith_div_mul_inverse();
test_polysat::test_monot_bounds_simple(8);
return;
#endif