3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

revert a breaking change

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-02 14:49:45 -08:00
parent a319f4bf58
commit c4d168205a

View file

@ -188,10 +188,10 @@ lbool tactic2solver::check_sat_core2(unsigned num_assumptions, expr * const * as
}
break;
}
m_mc = concat(g->mc(), m_mc.get());
if (m_mc && md) {
(*m_mc)(md);
}
m_mc = concat(g->mc(), m_mc.get());
TRACE("tactic", if (m_mc) m_mc->display(tout););
}
catch (z3_error & ex) {