21 #ifndef __SOLVER_VARIABLE_SURVEY_RESULTS_DATA_H__
22 #define __SOLVER_VARIABLE_SURVEY_RESULTS_DATA_H__
24 #include <yuni/yuni.h>
25 #include <yuni/core/string.h>
27 #include <antares/study/study.h>
28 #include <antares/writer/i_writer.h>
29 #include "antares/antares/constants.h"
31 namespace Antares::Solver::Variable::Private
41 void initialize(
unsigned int maxVariables);
58 std::vector<unsigned int> nonApplicableColIdx;
81 const Yuni::String& originalOutput;
89 unsigned int rowIndex;
91 Yuni::Clob fileBuffer;
98 void InternalExportDigestLinksMatrix(
const Data::Study& study,
100 std::string& fileBuffer,
Definition of a link between two areas (Interconnection)
Definition: links.h:58
Definition for a single area.
Definition: area.h:51
A single thermal cluster.
Definition: cluster.h:76
Definition: i_writer.h:32
unsigned int nbYears
The number of MC years.
Definition: data.h:72
void exportGridInfos(IResultWriter &writer)
Export informations about the current study.
Definition: surveyresults.cpp:217
const Data::ThermalCluster * thermalCluster
Current thermal cluster.
Definition: data.h:61
unsigned int columnIndex
The current column index.
Definition: data.h:53
unsigned int effectiveNbYears
The effective number of MC years (user's playlist)
Definition: data.h:74
const Data::Study & study
The current study.
Definition: data.h:70
const Data::AreaLink * link
Current link.
Definition: data.h:65
unsigned int setOfAreasIndex
The index for the current set of areas.
Definition: data.h:67
Matrix< double, double > matrix
A multi-purposes matrix (mainly used for the digest)
Definition: data.h:87
Yuni::String output
The folder output where to write the results.
Definition: data.h:77
Yuni::String::Vector rowCaptions
Captions for rows.
Definition: data.h:84
const Data::Area * area
Current area.
Definition: data.h:63
Yuni::String filename
The filename to use for the current report.
Definition: data.h:79