Antares Simulator is an open source power system simulator meant to be used by anybody placing value in quantifying the adequacy or the economic performance of interconnected power systems, at short or remote time horizons:
Transmission system Operators, Power Producers, Regulators, Academics, Consultants, NGO and all others actors concerned by energy policy issues are welcome to use the software.
The Antares Simulator project was initiated by RTE (French Electricity Transmission system Operator) in 2007. It was developed from the start as a cross-platform application (Windows, GNU/Linux ,Unix).
Until 2018 it was distributed under the terms of a proprietary license.
In May 2018 RTE decided to release the project under the GPLv3 license.
In January 2024, RTE, as the exclusive Copyright owner decided, to switch from GPL V3 to MPL V2 License since the 9.0 major version of Antares-Simulator
The GUI is deprecated in favor of Antares Web.
- Antares web site : https://antares-simulator.org
- RTE web site : http://www.rte-france.com/
- Doxygen code documentation : https://antaressimulatorteam.github.io/Antares_Simulator/doxygen
- Antares Web : https://github.com/AntaresSimulatorTeam/AntaREST
This software suite has been tested under:
Antares Simulator is built using CMake. For installation instructions, please visit INSTALL.md
- AUTHORS - Antares Simulator authors
- CERTIFICATE - A standard DCO that has to be signed by every contributor
- CONTRIBUTING - How to submit patches and discuss about code evolutions
- COPYING - The MPL v2 license.
- INSTALL - Installation and building instructions.
- NEWS - Important modifications between the releases.
- README - This file.
- ROADMAP - Main orientations for further developements
- THANKS - Attribution notices for external libraries and contributors.
- resources/ - Free sample data sets.
- src/analyzer/ - source code for the statistical analysis of historical time-series.
- src/cmake/ - files for initializing a solution ready for compilation.
- src/distrib/ - system redistributable libraries Win(x64,x86),unix.
- src/ext/ - third party libraries used by Antares_Simulator: libYuni, Sirius_Solver.
- src/libs/ - miscellaneous Antares_Simulator libraries.
- src/solver/ - simulation and optimization part.
- src/tools/ - miscellaneous tools for dataset management.
- src/ui/ - Graphic user interface.