Skip to content

Commit

Permalink
Don't remove subpb mps files with merge (#982)
Browse files Browse the repository at this point in the history
To ease debugging (which is the use case of merge mps), subproblems
shall not be erased when running merge mps
  • Loading branch information
JasonMarechal25 authored Jan 8, 2025
2 parents fa9c8fa + 0de0702 commit b72d598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/benders/merge_mps/MergeMPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ void MergeMPS::launch() {

if (kvp.first != _options.MASTER_NAME) {
solver_l->read_prob_mps(problem_name);
std::filesystem::remove(problem_name);
int mps_ncols(solver_l->get_ncols());

DblVector o(mps_ncols);
Expand Down

0 comments on commit b72d598

Please sign in to comment.