mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
revert a breaking change
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a319f4bf58
commit
c4d168205a
1 changed files with 1 additions and 1 deletions
|
@ -188,10 +188,10 @@ lbool tactic2solver::check_sat_core2(unsigned num_assumptions, expr * const * as
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
m_mc = concat(g->mc(), m_mc.get());
|
|
||||||
if (m_mc && md) {
|
if (m_mc && md) {
|
||||||
(*m_mc)(md);
|
(*m_mc)(md);
|
||||||
}
|
}
|
||||||
|
m_mc = concat(g->mc(), m_mc.get());
|
||||||
TRACE("tactic", if (m_mc) m_mc->display(tout););
|
TRACE("tactic", if (m_mc) m_mc->display(tout););
|
||||||
}
|
}
|
||||||
catch (z3_error & ex) {
|
catch (z3_error & ex) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue