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

fixes and expose new bugs

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-09-20 17:30:41 -07:00
parent 32c3a3e3cc
commit cd76fd9edd
3 changed files with 35 additions and 13 deletions

View file

@ -927,8 +927,11 @@ namespace polysat {
void tst_polysat() {
polysat::test_ineq_axiom1();
return;
polysat::test_subst();
// polysat::test_ineq_axiom1();
// return;
// not working
// polysat::test_fixed_point_arith_div_mul_inverse();
@ -961,7 +964,6 @@ void tst_polysat() {
polysat::test_ineq_basic6();
polysat::test_monot_bounds(2);
polysat::test_cjust();
polysat::test_subst();
// inefficient conflicts:
// Takes time: polysat::test_monot_bounds_full();