13 void Parse(
unsigned int argc,
const char*
const* argv)
override;
15 [[nodiscard]] std::filesystem::path BendersOptionsFile()
const
17 return benders_options_file_;
20 [[nodiscard]] std::filesystem::path SolutionFile()
const
25 std::string Solver()
const;
28 std::filesystem::path benders_options_file_;
29 std::filesystem::path solutionFile_;