mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
95e2d174c7
commit
f3328c743e
3 changed files with 18 additions and 28 deletions
|
@ -1047,15 +1047,13 @@ namespace polysat {
|
|||
|
||||
void tst_polysat() {
|
||||
|
||||
polysat::test_ineq_basic4();
|
||||
return;
|
||||
polysat::test_cjust();
|
||||
|
||||
polysat::test_p3();
|
||||
|
||||
|
||||
polysat::test_var_minimize();
|
||||
//return;
|
||||
|
||||
polysat::test_subst();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1086,8 +1084,12 @@ void tst_polysat() {
|
|||
polysat::test_ineq_basic4();
|
||||
polysat::test_ineq_basic5();
|
||||
polysat::test_ineq_basic6();
|
||||
polysat::test_monot_bounds(2);
|
||||
|
||||
polysat::test_cjust();
|
||||
polysat::test_subst();
|
||||
polysat::test_monot_bounds(2);
|
||||
|
||||
polysat::test_var_minimize();
|
||||
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue