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:
parent
57df45dc16
commit
d72724f7fd
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue