Skip to content

Commit

Permalink
Externalized the export function in a standalone file
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvmara committed Dec 18, 2024
1 parent 93dc19b commit e1d9a4b
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 255 deletions.
1 change: 1 addition & 0 deletions src/solver/optimisation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(RTESOLVER_OPT
opt_appel_solveur_quadratique.cpp
opt_gestion_second_membre_cas_lineaire.cpp
opt_optimisation_lineaire.cpp
opt_export_raw_optimization_results.cpp
opt_chainage_intercos.cpp
include/antares/solver/optimisation/opt_fonctions.h
opt_pilotage_optimisation_lineaire.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,7 @@ void OPT_DecompteDesVariablesEtDesContraintesCoutsDeDemarrage(PROBLEME_HEBDO*);
void OPT_InitialiserNombreMinEtMaxDeGroupesCoutsDeDemarrage(PROBLEME_HEBDO*);
void OPT_AjusterLeNombreMinDeGroupesDemarresCoutsDeDemarrage(PROBLEME_HEBDO*);
double OPT_SommeDesPminThermiques(const PROBLEME_HEBDO*, int, uint);

void OPT_ExportRawOptimizationResults(PROBLEME_HEBDO*,
Solver::IResultWriter&,
std::string);
#endif /* __SOLVER_OPTIMISATION_FUNCTIONS_H__ */
Loading

0 comments on commit e1d9a4b

Please sign in to comment.