mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +00:00
parent
d6a2e7ac15
commit
d1f6470805
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ namespace qe {
|
||||||
m_replace->apply_substitution(ite, el, tmp2);
|
m_replace->apply_substitution(ite, el, tmp2);
|
||||||
result = m.mk_ite(cond, tmp1, tmp2);
|
result = m.mk_ite(cond, tmp1, tmp2);
|
||||||
m_rewriter(result);
|
m_rewriter(result);
|
||||||
return true;
|
return result != fml;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue