mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
9f1b8db870
commit
9cb1a0f094
2 changed files with 5 additions and 2 deletions
|
@ -361,7 +361,8 @@ namespace opt {
|
|||
|
||||
void context::fix_model(model_ref& mdl) {
|
||||
if (mdl && !m_model_fixed.contains(mdl.get())) {
|
||||
TRACE("opt", tout << "fix-model\n";);
|
||||
TRACE("opt", m_fm->display(tout << "fix-model\n");
|
||||
m_model_converter->display(tout););
|
||||
(*m_fm)(mdl);
|
||||
apply(m_model_converter, mdl);
|
||||
m_model_fixed.push_back(mdl.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue