An open API service indexing awesome lists of open source software.

https://github.com/rafabench/ac-opf

Final project of Convex Optimization II to solve AC Optimal Power Flow with convex relaxations
https://github.com/rafabench/ac-opf

convex-optimization julia optimal-power-flow optimization

Last synced: 9 months ago
JSON representation

Final project of Convex Optimization II to solve AC Optimal Power Flow with convex relaxations

Awesome Lists containing this project

README

          

# AC Optimal Power Flow

Final project of Convex Optimization II aiming to study convex relaxations for AC Optimal Power Flow.
McCormick, SDP and SOCP relaxations were performed.

Notebook: [OPTflow.ipynb](https://nbviewer.org/github/rafabench/AC-OPF/blob/master/notebooks/OPTFlow.ipynb)
Benchmarks with Typical Operating Conditions (TYP), Congested Operating Conditions (API) and Small Angle Difference Conditions (SAD)

# References

- [The Power Grid Library for Benchmarking AC Optimal Power Flow Algorithms](https://arxiv.org/pdf/1908.02788.pdf)
- [Strong SOCP Relaxations for the Optimal Power Flow Problem](https://arxiv.org/pdf/1504.06770.pdf)
- [The QC Relaxation: A Theoretical and Computational Study on Optimal Power Flow](https://arxiv.org/pdf/1502.07847.pdf)