mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2d59b81353
commit
f1c8754527
1 changed files with 0 additions and 2 deletions
|
@ -4397,8 +4397,6 @@ namespace smt {
|
||||||
TRACE("opt", tout << (refinalize?"refinalize":"no-op") << " " << fcs << "\n";);
|
TRACE("opt", tout << (refinalize?"refinalize":"no-op") << " " << fcs << "\n";);
|
||||||
if (fcs == FC_DONE) {
|
if (fcs == FC_DONE) {
|
||||||
reset_model();
|
reset_model();
|
||||||
model_ref mdl;
|
|
||||||
get_model(mdl);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return fcs == FC_DONE;
|
return fcs == FC_DONE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue