Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.

Results 153 Antares_Simulator issues
Sort by recently updated
recently updated
newest added

How to reproduce ? - Use OR-Tools + XPRESS - Run a simulation without MPS export - Run a simulation with MPS export (at least for the 1st weekly optimization)...

bug
Prio: Medium
Transfer to gopro

In mothly hydro management, when reservoir management is not used, monthly optimal levels array is populated with average reservoir levels. Don't see purpose of assigning monthly optimal level array when...

code quality
Prio: Medium

- It seems it handles **results** (I understand **simulation results**) but it also handles logs (when it's called from **importlogs.cpp**) - Method **addEntryFromFile** : every time I cross this method,...

code quality
Prio: Medium

These pose problems to Antares Web, possibly scripts.

help wanted
Prio: Low

enhancement
help wanted
Prio: Medium

It produces `nan` values in generated time-series for thermal clusters ``` -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan...

bug
Prio: Low

While this solution works, it forces 2 layers of dynamic allocation : the vector's and the smart pointer's. Consider using `std::variant` in some cases (`interfacePostProcessList`, ). References or iterators when...

code quality
Prio: Low

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

size/M

Remove the refresh feature: no known users, add unnecessary complexity to the code TODO: Remove parallel test activation for every commit

size/L