21#ifndef __SOLVER_VARIABLE_SURVEY_RESULTS_DATA_H__
22#define __SOLVER_VARIABLE_SURVEY_RESULTS_DATA_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"
47 void initialize(
unsigned int maxVariables);
64 std::vector<unsigned int> nonApplicableColIdx;
87 const Yuni::String& originalOutput;
95 unsigned int rowIndex;
97 Yuni::Clob fileBuffer;
104void InternalExportDigestLinksMatrix(
const Data::Study& study,
106 std::string& fileBuffer,
Definition of a link between two areas (Interconnection)
Definition links.h:50
Definition for a single area.
Definition area.h:52
A single thermal cluster.
Definition cluster.h:78
A n-by-n matrix.
Definition jit.h:30
unsigned int nbYears
The number of MC years.
Definition data.h:78
void exportGridInfos(IResultWriter &writer)
Export informations about the current study.
Definition surveyresults.cpp:217
const Data::ThermalCluster * thermalCluster
Current thermal cluster.
Definition data.h:67
unsigned int columnIndex
The current column index.
Definition data.h:59
unsigned int effectiveNbYears
The effective number of MC years (user's playlist)
Definition data.h:80
const Data::Study & study
The current study.
Definition data.h:76
const Data::AreaLink * link
Current link.
Definition data.h:71
unsigned int setOfAreasIndex
The index for the current set of areas.
Definition data.h:73
Matrix< double, double > matrix
A multi-purposes matrix (mainly used for the digest)
Definition data.h:93
Yuni::String output
The folder output where to write the results.
Definition data.h:83
Yuni::String::Vector rowCaptions
Captions for rows.
Definition data.h:90
const Data::Area * area
Current area.
Definition data.h:69
Yuni::String filename
The filename to use for the current report.
Definition data.h:85