3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-22 13:50:33 -07:00
parent d6a2e7ac15
commit d1f6470805

View file

@ -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;