mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
parent
f95d0b7216
commit
29a2838bc9
|
@ -497,6 +497,7 @@ struct is_non_nira_functor {
|
|||
if (m_linear && u.is_numeral(n->get_arg(1), r) && r.is_zero())
|
||||
throw_found(n);
|
||||
if (m_linear && u.is_numeral(n->get_arg(1), r) && !r.is_zero())
|
||||
return;
|
||||
if (!is_ground(n->get_arg(0)) || !is_ground(n->get_arg(1)))
|
||||
throw_found(n);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue