Antares_Simulator
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.
Expose Antares Solver in a library. the library and target are called AntaresAPI. This API expose one entry point to run a simulation on a study. The return value of...
The goal of this PR is to remove Yuni::IO functions in important parts of the code (libs and solver) `std::filesystem::path` is used instead of Yuni strings when needed, more work...
What was done so far : - Removal of type **IO::File::Stream** - Splitting and refactoring ugly function **AnalyzeIniLine(...)** - Replacing few **Yuni::string** with **std::string** : - **IniFile::filename()** now returns an...
This PR includes a reorganization of the documentation content structure, plus some extra content: - The website now has a richer tree, most of the content was redispatched in the...
Loading reserves from areas (then districts), reserve participations from clusters, and adding related constraints and costs
**Description** Continues the work of #2078 (which should be merged before in feature branch feature/vcpkg-dependencies), to push further the use of VCPKG, and in particular remove the need for the...
The case of **simultaneous injection and withdrawal of st-storage** objects (of type "Battery") was observed in a real-life case study. As such, I can't really provide a directly reproducible study,...