7#include "antares-xpansion/lpnamer/model/ActiveLinks.h"
8#include "antares-xpansion/study-updater/StudyUpdateStrategy.h"
12 const std::filesystem::path& link_path,
13 std::shared_ptr<ProblemGenerationLog::ProblemGenerationLogger> logger);
15 const std::map<std::string, double>& map)
override;
18 [[nodiscard]]
int UpdateLinkDataParameters(
20 const std::map<std::string, double>& investments_p)
const;
40 const std::map<std::string, double>& investments_p,
41 const ActiveLink& link_p,
int timepoint_p)
const;
Definition ActiveLinks.h:15
Definition StudyUpdateLinkParameterStrategy.h:9
std::pair< double, double > computeNewCapacities(const std::map< std::string, double > &investments_p, const ActiveLink &link_p, int timepoint_p) const
computes the new capacities of related to a link
Definition StudyUpdateLinkParameterStrategy.cpp:49
std::filesystem::path getLinkdataFilepath(const ActiveLink &link_p) const
returns the path to the linkdata file related to a link
Definition StudyUpdateLinkParameterStrategy.cpp:18
Definition StudyUpdateStrategy.h:11