mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
fix model return after shutdown, reported in #4532
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b71a64365d
commit
8857a67e4f
3 changed files with 10 additions and 2 deletions
|
@ -162,6 +162,7 @@ namespace smt {
|
|||
pctx.assert_expr(mk_not(mk_and(pctx.unsat_core())));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
bool first = false;
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue