22 #ifndef __SOLVER_H2O_J_DONNEES_ANNEE__
23 #define __SOLVER_H2O_J_DONNEES_ANNEE__
27 #define EMERGENCY_SHUT_DOWN 2
29 #include "h2o_j_donnees_optimisation.h"
33 namespace DoneesOptimisationJournaliere
39 int NombreDeJoursDuMois{0};
40 double TurbineDuMois{0};
41 std::vector<double> TurbineMax;
42 std::vector<double> TurbineMin;
43 std::vector<double> TurbineCible;
45 char ResultatsValides{
51 std::vector<double> Turbine;
Definition: h2o_j_donnees_mensuelles.h:36
Definition: h2o_j_donnees_optimisation.h:122