14 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger)
17 bool open(
const std::filesystem::path& linkdataFilename_l);
23 void FillRecord(std::string basic_string_1,
LinkdataRecord& record);
26 std::filesystem::path link_parameters_file_path_;
27 std::filesystem::path tempOutCsvFile_name_;
28 std::ifstream inputCsv_l_;
29 std::ofstream tempOutCsvFile;
30 bool already_warned_ =
false;
31 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger_;