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

SDPWRM formulation #106

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

SDPWRM formulation #106

wants to merge 36 commits into from

Conversation

ivanightingale
Copy link
Collaborator

No description provided.

test/opf/sdpwrm.jl Outdated Show resolved Hide resolved
test/opf/sdpwrm.jl Outdated Show resolved Hide resolved
test/opf/sdpwrm.jl Outdated Show resolved Hide resolved
test/opf/sdpwrm.jl Outdated Show resolved Hide resolved
gs = [sum(shunt["gs"] for shunt in bus_shunts[i]; init=0.0) for i in 1:N]
bs = [sum(shunt["bs"] for shunt in bus_shunts[i]; init=0.0) for i in 1:N]

# Extract branch-level data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like boiler-plate code which could be useful to have in the source code

@ivanightingale ivanightingale marked this pull request as ready for review August 6, 2024 17:34
@ivanightingale
Copy link
Collaborator Author

WIP: need to store S sparsely.

@ivanightingale ivanightingale marked this pull request as draft August 8, 2024 20:28
@ivanightingale ivanightingale marked this pull request as ready for review August 9, 2024 22:06
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.

2 participants