mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
fix #4232
This commit is contained in:
parent
aa3749f678
commit
fc6bdb9708
|
@ -39,8 +39,9 @@ namespace opt {
|
|||
if (!m.inc()) {
|
||||
return l_undef;
|
||||
}
|
||||
|
||||
m_solver->get_labels(m_labels);
|
||||
if (!m_model)
|
||||
return l_undef;
|
||||
m_solver->get_labels(m_labels);
|
||||
m_model->set_model_completion(true);
|
||||
IF_VERBOSE(1,
|
||||
model_ref mdl(m_model);
|
||||
|
|
Loading…
Reference in a new issue