12 void Parse(
unsigned int argc,
const char*
const* argv)
override;
14 [[nodiscard]] std::filesystem::path BendersOptionsFile()
const {
15 return benders_options_file_;
17 [[nodiscard]] std::filesystem::path SolutionFile()
const {
return solutionFile_; }
19 std::string Solver()
const;
22 std::filesystem::path benders_options_file_;
23 std::filesystem::path solutionFile_;