mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
ee2e81b696
commit
5da2169a0e
4 changed files with 28 additions and 1 deletions
|
@ -828,6 +828,7 @@ namespace opt {
|
|||
SASSERT(result.size() == 1);
|
||||
goal* r = result[0];
|
||||
m_model_converter = r->mc();
|
||||
CTRACE("opt", r->mc(), r->mc()->display(tout););
|
||||
fmls.reset();
|
||||
expr_ref tmp(m);
|
||||
for (unsigned i = 0; i < r->size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue