mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
65de3f748a
commit
fcd1f2b3cd
2 changed files with 3 additions and 1 deletions
|
@ -4459,8 +4459,8 @@ namespace smt {
|
|||
if (has_case_splits())
|
||||
return false;
|
||||
fcs = final_check();
|
||||
TRACE("opt", tout << (refinalize?"refinalize":"no-op") << " " << fcs << "\n";);
|
||||
}
|
||||
TRACE("opt", tout << (refinalize?"refinalize":"no-op") << " " << fcs << "\n";);
|
||||
if (fcs == FC_DONE) {
|
||||
reset_model();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue