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
- Host: GitHub
- URL: https://github.com/rafabench/ac-opf
- Owner: rafabench
- Created: 2020-07-13T21:50:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T22:22:10.000Z (over 4 years ago)
- Last Synced: 2025-04-19T06:32:05.221Z (about 1 year ago)
- Topics: convex-optimization, julia, optimal-power-flow, optimization
- Language: Jupyter Notebook
- Homepage:
- Size: 619 KB
- Stars: 28
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)