27 #include "antares/solver/lps/LpsFromAntares.h"
28 #include "antares/study/study.h"
30 namespace Antares::Solver::Implementation
32 class SingleProblemGetter;
35 namespace Antares::Solver
44 std::vector<WeeklyProblemId> getProblemIds()
const;
51 void writeNTCTimeSeries(
const std::filesystem::path& outputDir);
52 void writeStudyDescriptionFiles(
const std::filesystem::path& outputDir);
55 std::unique_ptr<Implementation::SingleProblemGetter> impl_;
Definition: singleProblemGetter.h:38
The ConstantDataFromAntares class is used to store constant data across all weeks of Antares problems...
Definition: LpsFromAntares.h:54
The WeeklyDataFromAntares class is used to store weekly data for an Antares Problem.
Definition: LpsFromAntares.h:89
The WeeklyProblemId struct is used to identify a weekly problem by year and week.
Definition: LpsFromAntares.h:37