mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7747d9e76
commit
a51d65d58a
|
@ -194,7 +194,9 @@ lbool tactic2solver::check_sat_core2(unsigned num_assumptions, expr * const * as
|
||||||
if (g->mc()) g->mc()->display(tout << "g:");
|
if (g->mc()) g->mc()->display(tout << "g:");
|
||||||
if (md) tout << *md.get() << "\n";
|
if (md) tout << *md.get() << "\n";
|
||||||
);
|
);
|
||||||
|
if (m_mc && md) {
|
||||||
|
(*m_mc)(md);
|
||||||
|
}
|
||||||
m_mc = concat(g->mc(), m_mc.get());
|
m_mc = concat(g->mc(), m_mc.get());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue