3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-09 16:55:47 +00:00

re-enable new solve_eqs with bug fixes

This commit is contained in:
Nikolaj Bjorner 2022-11-08 14:17:17 -08:00
parent 9ef78fcfa7
commit 3faca52c40
4 changed files with 9 additions and 7 deletions

View file

@ -192,6 +192,8 @@ namespace euf {
++i;
if (!is_uninterp_const(arg))
continue;
if (!a.is_real(arg))
continue;
unsigned j = 0;
bool nonzero = true;
for (expr* arg2 : *to_app(x)) {