Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Jan 14, 2025
1 parent d6a1d5b commit d1451f2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/cpp/benders/benders_sequential_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,6 @@ class BendersSequentialDouble : public BendersSequential {
void free() override {};
SubproblemsMapPtr problems() const { return GetSubProblemMap(); }

// void InitializeProblems() override {
// MatchProblemToId();
//
// auto solver_log_manager = SolverLogManager(solver_log_file());
// reset_master<WorkerMaster>(master_variable_map_, get_master_path(),
// get_solver_name(), get_log_level(),
// _data.nsubproblem, solver_log_manager,
// IsResumeMode(), _logger);
// for (const auto &problem : coupling_map_) {
// const auto subProblemFilePath = GetSubproblemPath(problem.first);
// AddSubproblem(problem);
// AddSubproblemName(problem.first);
// std::filesystem::remove(subProblemFilePath);
// }
// }
// No override as the base class function is const
void DeactivateIntegrityConstraints() const override {
_deactivateIntConstraintCall = true;
BendersBase::DeactivateIntegrityConstraints();
Expand Down

0 comments on commit d1451f2

Please sign in to comment.