11 void Parse(
unsigned int argc,
const char*
const* argv)
override;
13 [[nodiscard]] std::filesystem::path BendersOptionsFile()
const
15 return benders_options_file_;
18 [[nodiscard]] std::filesystem::path SolutionFile()
const
23 std::string Solver()
const;
26 std::filesystem::path benders_options_file_;
27 std::filesystem::path solutionFile_;
32 [[nodiscard]]
bool presolve()
const;