3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-10 01:42:04 -08:00
parent d0b47d23f6
commit c1d58088be
3 changed files with 10 additions and 5 deletions

View file

@ -1076,9 +1076,6 @@ void tst_polysat() {
polysat::test_ineq_axiom5();
polysat::test_ineq_axiom6();
// not working
// polysat::test_fixed_point_arith_div_mul_inverse();
// polysat::test_monot_bounds_simple(8);
// working
// NOT: polysat::test_fixed_point_arith_mul_div_inverse();
@ -1127,6 +1124,14 @@ void tst_polysat() {
polysat::test_ineq1();
polysat::test_ineq2();
#endif
// not working
polysat::test_monot_bounds_simple(8);
polysat::test_fixed_point_arith_div_mul_inverse();
polysat::test_monot();
polysat::test_ineq2();
polysat::test_ineq1();
}