21#ifndef __SOLVER_SIMULATION_COMMON_ECONOMY_ADEQUACY_H__
22#define __SOLVER_SIMULATION_COMMON_ECONOMY_ADEQUACY_H__
26#include <antares/study/study.h>
27#include "antares/solver/optimisation/opt_fonctions.h"
28#include "antares/solver/simulation/solver.h"
29#include "antares/solver/variable/economy/all.h"
30#include "antares/solver/variable/economy/dispatchable-generation-margin.h"
31#include "antares/solver/variable/variable.h"
54 yearRandomNumbers& randomForYear);
58 const HYDRO_VENTILATION_RESULTS& hydroVentilationResults);
60void BuildThermalPartOfWeeklyProblem(
Data::Study& study,
62 const int PasDeTempsDebut,
63 std::vector<std::vector<double>>& thermalNoises,
74bool ShouldUseQuadraticOptimisation(
const Data::Study& study);
81 const std::vector<AvgExchangeResults*>& balance,
82 unsigned int nbWeeks);
93 Data::SheddingPolicy sheddingPolicy,
94 Data::SimplexOptimization splxOptimization,
133 std::vector<double>& avg);
A list of areas.
Definition area.h:366
A n-by-n matrix.
Definition jit.h:30
VariableAccessor< typenameVCardT::ResultsType, VCardT::columnCount >::Type ResultsType
The true type used for the results.
Definition info.h:764
Definition sim_structure_probleme_economique.h:403