-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebase the 8.8.x branch on top of develop to take multiple fixes into…
… account (#2512) Co-authored-by: Jason Marechal <[email protected]> Co-authored-by: payetvin <[email protected]> Co-authored-by: guilpier-code <[email protected]> Co-authored-by: Abdoulbari Zakir <[email protected]> Co-authored-by: Vincent Payet <[email protected]> Co-authored-by: Juliette-Gerbaux <[email protected]> Co-authored-by: OMNES Florian <[email protected]> Co-authored-by: Guillaume PIERRE <[email protected]>
- Loading branch information
1 parent
5b14f61
commit a570a0e
Showing
44 changed files
with
2,647 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 0 additions & 62 deletions
62
src/solver/optimisation/adequacy_patch_csr/post_processing.cpp
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
src/solver/optimisation/adequacy_patch_csr/solve_problem.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
#pragma once | ||
|
||
#include "antares/solver/optimisation/adequacy_patch_csr/hourly_csr_problem.h" | ||
#include "antares/solver/optimisation/opt_structure_probleme_a_resoudre.h" | ||
#include "antares/study/parameters/adq-patch-params.h" | ||
|
||
using namespace Antares::Data::AdequacyPatch; | ||
|
||
bool ADQ_PATCH_CSR(PROBLEME_ANTARES_A_RESOUDRE&, | ||
HourlyCSRProblem&, | ||
const AdqPatchParams&, | ||
unsigned int week, | ||
int year); |
Oops, something went wrong.