21#ifndef __SOLVER_SIMULATION_SOLVER_DATA_H__
22#define __SOLVER_SIMULATION_SOLVER_DATA_H__
24#include <antares/study/fwd.h>
26namespace Antares::Solver::Private::Simulation
General data for a study.
Definition parameters.h:51
Definition solver.data.h:29
bool haveToRefreshTSHydro
True if the prepro hydro must be used.
Definition solver.data.h:44
unsigned int refreshIntervalLoad
Refresh time interval for Load.
Definition solver.data.h:49
bool haveToRefreshTSSolar
True if the prepro solar must be used.
Definition solver.data.h:40
unsigned int refreshIntervalWind
Refresh time interval for wind.
Definition solver.data.h:55
unsigned int refreshIntervalThermal
Refresh time interval for thermal.
Definition solver.data.h:57
unsigned int refreshIntervalSolar
Refresh time interval for Solar.
Definition solver.data.h:51
unsigned int refreshIntervalHydro
Refresh time interval for Hydro.
Definition solver.data.h:53
bool haveToRefreshTSThermal
True if the prepro thermal must be used.
Definition solver.data.h:46
void initialize(const Antares::Data::Parameters ¶meters)
Re-Initialize the inner variables.
Definition solver.data.cpp:38
bool haveToRefreshTSLoad
True if the prepro load must be used.
Definition solver.data.h:38
bool haveToRefreshTSWind
True if the prepro wind must be used.
Definition solver.data.h:42