25#include "antares/solver/lps/LpsFromAntares.h"
26#include "antares/solver/simulation/sim_structure_probleme_economique.h"
28namespace Antares::Solver
66 std::string_view name)
const;
Class for translating a weekly problem to a linear programming problem.
Definition HebdoProblemToLpsTranslator.h:51
WeeklyDataFromAntares translate(const PROBLEME_ANTARES_A_RESOUDRE *problem, std::string_view name) const
Translates a weekly problem to a linear programming problem.
Definition HebdoProblemToLpsTranslator.cpp:55
ConstantDataFromAntares commonProblemData(const PROBLEME_ANTARES_A_RESOUDRE *problem) const
Retrieves common problem data, the part common to every weekly problems.
Definition HebdoProblemToLpsTranslator.cpp:78
Exception class for errors during the translation of a weekly problem.
Definition HebdoProblemToLpsTranslator.h:39
The ConstantDataFromAntares class is used to store constant data across all weeks of Antares problems...
Definition LpsFromAntares.h:55
The WeeklyDataFromAntares class is used to store weekly data for an Antares Problem.
Definition LpsFromAntares.h:93
Definition opt_structure_probleme_a_resoudre.h:37