16 void ProcessWeights(
const std::vector<std::pair<int, ProblemData>>& problems_and_data,
17 const std::filesystem::path& xpansion_output_dir,
18 const std::filesystem::path& weights_file,
19 const std::string& solver_name,
20 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger);
23 const std::vector<std::pair<std::shared_ptr<Problem>,
ProblemData>>& problems_and_data,
24 const std::filesystem::path& xpansion_output_dir,
25 const std::filesystem::path& weights_file,
26 const std::string& solver_name,
27 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger);