29 #include "lolp_base.h"
31 namespace Antares::Solver::Variable::Economy
36 static std::string Caption()
41 static std::string Description()
43 return "LOLP for CSR";
46 static bool checkCondition(
const State& state)
48 return state.hourlyResults->ValeursHorairesDeDefaillancePositiveCSR[state.
hourInTheWeek]
55 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: lolp_base.h:30
Definition: economy_base.h:41