14 std::string problem_name,
15 std::shared_ptr<ArchiveReader> ptr);
16 void reader_extract_file(
const std::string& problem_name,
18 const std::filesystem::path& lpDir)
const;
19 const std::filesystem::path lp_dir_;
20 const std::string problem_name_;
21 [[nodiscard]] std::shared_ptr<Problem> provide_problem(
22 const std::string& solver_name,
24 std::shared_ptr<ArchiveReader> archive_reader_;