guilpier-code

Results 17 issues of guilpier-code

As said on title, Antares Simulator crashes : - For some studies (example : **Antares_Simulator_Tests_NR** : **short-tests/001 One node - passive**) - Compilation in debug mode - OS : Windows...

bug

**Context** : Many production means ara supplied with noises to avoid execution instability and force a choice between weekly optimization's equivalent solutions. In general, there's a noise a given year...

code quality

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,...

size/M

Type **SetsOfAreas** (see **study.h**) is used to print aggregated results for a group of areas. Its friend **SetsOfLinks** is defined but never used. We remove it and make subsequent simplifications...

size/XL

For some studies, It takes a few seconds (between 3 and 10 seconds, more often 4) per year to build annual results by aggregation regarding the **binding constraints** results :...

Prio: Low

- Correlate **solver** destruction (delete) with setting **solver** to null (to keep in mind : deleting a **nullptr** is harmless) - what else ?

size/M

This PR intends to be a first work in order to remove the direct call of **Sirius** as a solver, **regarding the optimization weekly problem only**. We want to keep...

size/L