mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
d3db2af81d
commit
299a6f4aee
2 changed files with 3 additions and 0 deletions
|
@ -282,11 +282,13 @@ class horn_tactic : public tactic {
|
|||
}
|
||||
case l_false: {
|
||||
// goal is sat
|
||||
mc = concat(g->mc(), mc.get());
|
||||
g->reset();
|
||||
if (produce_models) {
|
||||
model_ref md = m_ctx.get_model();
|
||||
model_converter_ref mc2 = model2model_converter(md.get());
|
||||
mc = concat(mc.get(), mc2.get());
|
||||
TRACE("dl", mc->display(tout << *md << "\n"););
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue