mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
parent
38ad66ce17
commit
d0fc463a0c
2 changed files with 16 additions and 6 deletions
|
@ -609,7 +609,7 @@ namespace qe {
|
|||
if (a.is_power(n, n1, n2) && a.is_numeral(n2, r) && r.is_unsigned()) {
|
||||
return;
|
||||
}
|
||||
if (a.is_div(n) && s.m_mode == qsat_t) {
|
||||
if (a.is_div(n) && s.m_mode == qsat_t && is_ground(n)) {
|
||||
m_has_divs = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue