mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +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
|
@ -1844,7 +1844,7 @@ namespace pdr {
|
|||
break;
|
||||
}
|
||||
case l_true: {
|
||||
strm << mk_pp(mk_sat_answer(), m);
|
||||
strm << mk_ismt2_pp(mk_sat_answer(), m);
|
||||
break;
|
||||
}
|
||||
case l_undef: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue