mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 08:38:06 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
39e6453f4a
31 changed files with 272 additions and 749 deletions
|
@ -386,7 +386,8 @@ namespace pdr {
|
|||
fi->set_else(result);
|
||||
md->register_decl(m_head, fi);
|
||||
}
|
||||
apply(ctx.get_model_converter(), md, 0);
|
||||
model_converter_ref mc = ctx.get_model_converter();
|
||||
apply(mc, md, 0);
|
||||
if (p_orig->get_arity() == 0) {
|
||||
result = md->get_const_interp(p_orig);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue