14 const std::filesystem::path& link_path,
15 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger);
16 int Update(
const ActiveLink& link,
const std::map<std::string, double>& map)
override;
19 int UpdateLinkCapacities(
const ActiveLink& link_p,
20 const std::map<std::string, double>& investments_p)
const;
21 std::vector<std::pair<double, double>> computeNewCapacitiesAllChronicles(
22 const std::map<std::string, double>& investments_p,
24 int timepoint_p)
const;