mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
parent
0de3149634
commit
601ba2a361
2 changed files with 5 additions and 3 deletions
|
@ -1136,7 +1136,7 @@ bool theory_arith<Ext>::get_polynomial_info(buffer<coeff_expr> const & p, sbuffe
|
|||
if (m_util.is_numeral(m)) {
|
||||
continue;
|
||||
}
|
||||
else if (m_util.is_add(m))
|
||||
else if (false && m_util.is_add(m)) // introduced by #4532, disabled for #4765
|
||||
return false;
|
||||
else if (ctx.e_internalized(m) && !is_pure_monomial(m))
|
||||
add_occ(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue