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

View file

@ -39,7 +39,8 @@ namespace opt {
if (!m.inc()) { if (!m.inc()) {
return l_undef; return l_undef;
} }
if (!m_model)
return l_undef;
m_solver->get_labels(m_labels); m_solver->get_labels(m_labels);
m_model->set_model_completion(true); m_model->set_model_completion(true);
IF_VERBOSE(1, IF_VERBOSE(1,