3#include <antares/series/series.h>
7namespace Antares::Solver::Variable::Economy
12 double* spillage =
nullptr;
13 double* dens =
nullptr;
14 double* hydroGeneration =
nullptr;
16 double* dtgMargin =
nullptr;
17 unsigned int hourInYear = 0;
18 unsigned int year = 0;
23void computeMaxMRG(
double* maxMrgOut,
const MaxMRGinput& in);
34 const unsigned int numSpace_ = 0;
42 using MaxMrgDataFactory::MaxMrgDataFactory;
50 using MaxMrgDataFactory::MaxMrgDataFactory;
This class is used to represent the generic time series.
Definition series.h:65
Definition max-mrg-utils.h:49
Definition max-mrg-utils.h:26
Definition max-mrg-utils.h:41
Definition sim_structure_probleme_economique.h:354