mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
small fix
This commit is contained in:
parent
e7477e2f6a
commit
4b37140780
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ public:
|
||||||
result.push_back(resg.get());
|
result.push_back(resg.get());
|
||||||
// report model
|
// report model
|
||||||
if (g->models_enabled()) {
|
if (g->models_enabled()) {
|
||||||
model_ref abstr_model = imp->get_model();
|
mc = mk_ackr_model_converter(m, imp->get_info());
|
||||||
mc = mk_ackr_model_converter(m, imp->get_info(), abstr_model);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue