mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
generalize level
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7e7f88ae3d
commit
689c5b4e12
6 changed files with 40 additions and 18 deletions
|
@ -869,17 +869,13 @@ namespace polysat {
|
|||
void tst_polysat() {
|
||||
// not working
|
||||
// polysat::test_fixed_point_arith_div_mul_inverse();
|
||||
// polysat::test_cjust();
|
||||
polysat::test_ineq_basic5();
|
||||
// polysat::test_ineq_basic6();
|
||||
// polysat::test_monot_bounds_full();
|
||||
// polysat::test_monot_bounds_simple(8);
|
||||
// working
|
||||
polysat::test_cjust();
|
||||
//polysat::test_monot_bounds_simple(8);
|
||||
return;
|
||||
|
||||
|
||||
// working
|
||||
polysat::test_fixed_point_arith_mul_div_inverse();
|
||||
|
||||
|
||||
|
||||
polysat::test_subst();
|
||||
polysat::test_monot_bounds(8);
|
||||
|
@ -898,8 +894,13 @@ void tst_polysat() {
|
|||
polysat::test_ineq_basic2();
|
||||
polysat::test_ineq_basic3();
|
||||
polysat::test_ineq_basic4();
|
||||
polysat::test_ineq_basic5();
|
||||
polysat::test_ineq_basic6();
|
||||
polysat::test_monot_bounds(2);
|
||||
|
||||
// inefficient conflicts:
|
||||
// Takes time: polysat::test_monot_bounds_full();
|
||||
|
||||
#if 0
|
||||
// worry about this later
|
||||
polysat::test_ineq1();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue