3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-05-07 10:36:53 -07:00
parent aa3749f678
commit fc6bdb9708

View file

@ -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);