mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
d6a2e7ac15
commit
d1f6470805
|
@ -367,7 +367,7 @@ namespace qe {
|
|||
m_replace->apply_substitution(ite, el, tmp2);
|
||||
result = m.mk_ite(cond, tmp1, tmp2);
|
||||
m_rewriter(result);
|
||||
return true;
|
||||
return result != fml;
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue