Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Jan 22, 2025
1 parent e961267 commit 8ae8ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mip/HighsMipSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void HighsMipSolver::run() {
multiple_search[iSearch].setLpRelaxation(&mipdata_->lp);
} else {
multiple_lp.push_back(HighsLpRelaxation{mipdata_->lp});
multiple_search[iSearch].setLpRelaxation(&multiple_lp[iSearch-1]);
multiple_search[iSearch].setLpRelaxation(&multiple_lp[iSearch - 1]);
}
}
HighsSearch& search = multiple_search[0];
Expand Down

0 comments on commit 8ae8ac2

Please sign in to comment.