23 #include "lold_base.h"
25 namespace Antares::Solver::Variable::Economy
30 static std::string Caption()
35 static std::string Description()
40 static bool checkCondition(
const State& state)
42 return state.hourlyResults->ValeursHorairesDeDefaillancePositive[state.
hourInTheWeek] > 0.5;
48 template<
class NextT = Container::EndOfList>
Base class for economy variables like LOLP and LOLD.
Definition: economy_base.h:100
unsigned int hourInTheWeek
Current hour in the week (zero-based)
Definition: state.h:150
Definition: lold_base.h:30
Definition: economy_base.h:41