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:
parent
a319f4bf58
commit
c4d168205a
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue