mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
parent
a6fcdecfd7
commit
825fbf1832
5 changed files with 31 additions and 8 deletions
|
@ -196,9 +196,10 @@ lbool tactic2solver::check_sat_core2(unsigned num_assumptions, expr * const * as
|
|||
}
|
||||
TRACE("tactic",
|
||||
if (m_mc) m_mc->display(tout << "mc:\n");
|
||||
if (g->mc()) g->mc()->display(tout << "\ng\n:");
|
||||
if (g->mc()) g->mc()->display(tout << "\ng:\n");
|
||||
if (md) tout << "\nmodel:\n" << *md.get() << "\n";
|
||||
);
|
||||
//m_mc = concat(m_mc.get(), g->mc());
|
||||
m_mc = concat(g->mc(), m_mc.get());
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue