Skip to content

Commit

Permalink
fix #4232
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed May 7, 2020
1 parent aa3749f commit fc6bdb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/opt/opt_pareto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fc6bdb9

Please sign in to comment.