Skip to content

Commit

Permalink
Update src/lp_data/Highs.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Feb 24, 2025
1 parent 3577856 commit dee36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lp_data/Highs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4035,7 +4035,7 @@ HighsStatus Highs::callSolveMip() {
: HighsInt(mip_total_lp_iterations);
info_.valid = true;
if (model_status_ == HighsModelStatus::kOptimal) {
HighsStatus check_status = checkOptimality("QP", return_status);
HighsStatus check_status = checkOptimality("MIP", return_status);
if (check_status == HighsStatus::kError) {
return_status = check_status;
model_status_ = HighsModelStatus::kSolveError;

Check warning on line 4041 in src/lp_data/Highs.cpp

View check run for this annotation

Codecov / codecov/patch

src/lp_data/Highs.cpp#L4040-L4041

Added lines #L4040 - L4041 were not covered by tests
Expand Down

0 comments on commit dee36a9

Please sign in to comment.