45 unsigned int areaIndex,
46 const Antares::Data::AreaName areaName,
49 const unsigned int year,
50 const unsigned int lastSimulationDay,
51 const unsigned int firstMonthOfSimulation,
54 bool finalLevelFineForUse();
57 bool wasSetInScenarioBuilder();
58 bool compatibleWithReservoirProperties();
59 bool skippingFinalLevelUse();
60 bool checkForInfeasibility();
61 bool hydroAllocationStartMatchesSimulation()
const;
62 bool isFinalLevelReachable()
const;
63 double calculateTotalInflows()
const;
64 bool isBetweenRuleCurves()
const;
67 unsigned int year_ = 0;
68 unsigned int lastSimulationDay_ = 0;
69 unsigned int firstMonthOfSimulation_ = 0;
73 unsigned int areaIndex_;
74 const Antares::Data::AreaName areaName_;
78 bool finalLevelFineForUse_ =
false;