Skip to content

Commit

Permalink
fix inherit solver type from main (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored May 24, 2024
1 parent 8f8ca57 commit 979e84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/benders/factories/BendersFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pBendersBase BendersMainFactory::PrepareForExecution(


BendersBaseOptions benders_options(options.get_benders_options());

benders_options.EXTERNAL_LOOP_OPTIONS.DO_OUTER_LOOP = external_loop;

auto log_reports_name =
std::filesystem::path(options.OUTPUTROOT) / "reportbenders.txt";
Expand Down

0 comments on commit 979e84b

Please sign in to comment.