3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

two bugs: check for always false, adjust start of list was incorrect during re-insert

This commit is contained in:
Nikolaj Bjorner 2022-02-02 07:37:35 -08:00
parent 1a36b74143
commit 32edbfa28e
4 changed files with 13 additions and 13 deletions

View file

@ -1375,10 +1375,6 @@ namespace polysat {
void tst_polysat() {
using namespace polysat;
test_polysat::test_ineq1();
test_polysat::test_ineq2();
test_polysat::test_monot();
return;
test_polysat::test_fi_zero();
test_polysat::test_fi_nonzero();