Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 958 Bytes

File metadata and controls

22 lines (11 loc) · 958 Bytes

Transmission Reliability Margin algorithm

This project is an open-souce Java package to compute the Transmission Reliability Margin.

This project aims to be a translation in Java code of the article 22 of the CACM regulation 2015/1222.

For more details about the algorithm, please refer to the detailed documentation.

This project relies heavily on the PowSybl environment.

This project provides an API for computing uncertainties as you like (see documentation for more details).

This API allows for flexibility of usage and partition between algorithm and sensitive data.

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.

Contributing

Please read the instructions here.