Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic support for PST in DC OPF models #875

Merged
merged 4 commits into from
Aug 11, 2023
Merged

Conversation

ccoffrin
Copy link
Member

closes #543

@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #875 (06816e5) into master (eb21c13) will increase coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #875      +/-   ##
==========================================
+ Coverage   93.81%   93.86%   +0.04%     
==========================================
  Files          43       43              
  Lines        9893     9973      +80     
==========================================
+ Hits         9281     9361      +80     
  Misses        612      612              
Files Changed Coverage Δ
src/core/constraint_template.jl 96.17% <100.00%> (+0.15%) ⬆️
src/form/acp.jl 93.43% <100.00%> (+0.51%) ⬆️
src/form/dcp.jl 97.33% <100.00%> (+0.15%) ⬆️
src/prob/test.jl 94.55% <100.00%> (+0.41%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb21c13...06816e5. Read the comment docs.

@ccoffrin
Copy link
Member Author

Adding a new formulation _solve_opf_pst which only addresses pst optimization instead of both oltc and pst, _solve_opf_oltc_pst. This enables a clean implementation of a DCP and ACP formulations without having to consider the impact on oltc on the DCP approximation.

@ccoffrin ccoffrin merged commit 9a0a4db into master Aug 11, 2023
21 checks passed
@ccoffrin ccoffrin deleted the add-oltc-pst-dcp branch August 13, 2023 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preliminary implementation of a controllable phase shifter
1 participant