3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 19:02:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2016-02-15 17:29:54 -08:00
commit 07953342ac

View file

@ -432,6 +432,9 @@ struct ctx_simplify_tactic::imp {
if (c == new_c && t == new_t && e == new_e) {
r = ite;
}
else if (new_t == new_e) {
r = new_t;
}
else {
expr * args[3] = { new_c.get(), new_t.get(), new_e.get() };
TRACE("ctx_simplify_tactic_ite_bug",