mirror of
https://github.com/Z3Prover/z3
synced 2025-11-12 00:52:04 +00:00
fix bugs in model generation reported by Ken
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6b2f31756b
commit
7553c3c86e
6 changed files with 24 additions and 11 deletions
|
|
@ -111,6 +111,7 @@ namespace pdr {
|
|||
md->register_decl(pred, fi);
|
||||
}
|
||||
}
|
||||
TRACE("pdr", model_smt2_pp(tout, m, *md, 0););
|
||||
apply(const_cast<model_converter_ref&>(m_mc), md, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue