Skip to content

Commit

Permalink
clean code (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Jun 25, 2024
1 parent b6d8240 commit 29e115c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
1 change: 0 additions & 1 deletion src/solver/optimisation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ set(RTESOLVER_OPT
opt_construction_variables_optimisees_quadratique.cpp
opt_decompte_variables_et_contraintes.cpp
opt_decompte_variables_et_contraintes.cpp
opt_construction_matrice_des_contraintes_outils.cpp
opt_gestion_des_bornes_cas_lineaire.cpp
opt_verification_presence_reserve_jmoins1.cpp
opt_init_contraintes_hydrauliques.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ void OPT_RestaurerLesDonnees(PROBLEME_HEBDO*);
void OPT_CalculerLesPminThermiquesEnFonctionDeMUTetMDT(PROBLEME_HEBDO*);
double OPT_CalculerAireMaxPminJour(int, int, int, int, std::vector<int>&, std::vector<int>&);

void OPT_ChargerLaContrainteDansLaMatriceDesContraintes(PROBLEME_ANTARES_A_RESOUDRE*,
std::vector<double>&,
std::vector<int>&,
int,
char);
void OPT_ChainagesDesIntercoPartantDUnNoeud(PROBLEME_HEBDO*);

void OPT_AllocateFromNumberOfVariableConstraints(PROBLEME_ANTARES_A_RESOUDRE* ProblemeAResoudre,
Expand Down

This file was deleted.

0 comments on commit 29e115c

Please sign in to comment.