21#ifndef __SOLVER_H2O_M_STRUCTURE_INTERNE__
22#define __SOLVER_H2O_M_STRUCTURE_INTERNE__
29#include "spx_definition_arguments.h"
30#include "spx_fonctions.h"
46 int NombreDeVariables;
47 std::vector<double> CoutLineaire;
48 std::vector<double> CoutLineaireBruite;
49 std::vector<int> TypeDeVariable;
58 int NombreDeContraintes;
59 std::vector<char> Sens;
60 std::vector<int> IndicesDebutDeLigne;
61 std::vector<int> NombreDeTermesDesLignes;
62 std::vector<double> CoefficientsDeLaMatriceDesContraintes;
63 std::vector<int> IndicesColonnes;
64 int NombreDeTermesAlloues;
73 std::vector<double> Xmin;
74 std::vector<double> Xmax;
75 std::vector<double> SecondMembre;
79 std::vector<double*> AdresseOuPlacerLaValeurDesVariablesOptimisees;
81 std::vector<double> X;
83 int ExistenceDUneSolution;
99 std::vector<double> CoutsMarginauxDesContraintes;
106 std::vector<int> NumeroDeVariableVolume;
107 std::vector<int> NumeroDeVariableTurbine;
108 std::vector<int> NumeroDeVariableDepassementVolumeMax;
109 std::vector<int> NumeroDeVariableDepassementVolumeMin;
110 int NumeroDeLaVariableViolMaxVolumeMin;
112 NumeroDeVariableDEcartPositifAuTurbineCible;
114 NumeroDeVariableDEcartNegatifAuTurbineCible;
115 int NumeroDeLaVariableXi;
121 int NombreDeReservoirs;
122 char LesCoutsOntEteInitialises;
129 std::vector<PROBLEME_SPX*> ProblemeSpx;
131 double CoutDeLaSolution;
132 double CoutDeLaSolutionBruite;
Definition h2o_j_donnees_optimisation.h:118
Definition h2o_j_donnees_optimisation.h:127
Definition h2o_j_donnees_optimisation.h:52
Definition h2o_j_donnees_optimisation.h:75