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:
parent
9ef78fcfa7
commit
3faca52c40
4 changed files with 9 additions and 7 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue