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

merge master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-18 10:04:38 -07:00
parent 57df45dc16
commit d72724f7fd

View file

@ -727,6 +727,9 @@ namespace polysat {
void tst_polysat() {
polysat::test_monot_bounds_simple(8);
return;
polysat::test_add_conflicts();
polysat::test_wlist();
polysat::test_cjust();
@ -745,7 +748,6 @@ void tst_polysat() {
polysat::test_ineq_basic5();
polysat::test_ineq_basic6();
polysat::test_fixed_point_arith_div_mul_inverse();
polysat::test_monot_bounds_simple(2);
polysat::test_monot_bounds(2);
polysat::test_monot_bounds_full();
polysat::test_fixed_point_arith_mul_div_inverse();