-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplication in simulation run (#2274)
This work just started... **Situation** : There are code duplications : - When running the simulation, functions we use to do it (**runSimulationInEconomicMode()** and **runSimulationInAdequacyMode()**) are very much the same, the only difference is the C++ type of simulation (**economy** vs **adequacy**). - The way simulation is run from **API** or from classic **Application** look pretty close as well : see methods **APIInternal::execute()** and **Application::execute()**. **Problem** : Difficult to remove the first duplication without removing the second one. **Purpose** : Remove them both.
- Loading branch information
1 parent
f157f0b
commit f206d45
Showing
9 changed files
with
130 additions
and
251 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/solver/simulation/include/antares/solver/simulation/economy_mode.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.