Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Feb 8, 2024
1 parent 3397dbf commit 786f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/benders/benders_core/include/BendersBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class BendersBase {
void ResetMasterFromLastIteration();
std::filesystem::path LastMasterPath() const;
bool MasterIsEmpty() const;
bool DoFreeProblems(bool free_problems) { free_problems_ = free_problems; }
void DoFreeProblems(bool free_problems) { free_problems_ = free_problems; }

protected:
CurrentIterationData _data;
Expand Down

0 comments on commit 786f2cf

Please sign in to comment.