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

Close #88: Add dual variables for LMP calculations #194

Merged
merged 4 commits into from
Nov 20, 2017

Conversation

lsindoni
Copy link
Contributor

This PR includes some functionality to extract from the solutions to the OPF the dual variables for the nodal conservation of charge and the thermal transmission limits, storing them in the solution dictionary. The solution proposed works in AC and DC OPF, extending work initiated in the branch duals.
Simple tests of the new functionality have been included in test/opf.jl.

@codecov
Copy link

codecov bot commented Nov 14, 2017

Codecov Report

Merging #194 into master will increase coverage by 0.06%.
The diff coverage is 96.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   93.86%   93.93%   +0.06%     
==========================================
  Files          33       33              
  Lines        3181     3246      +65     
==========================================
+ Hits         2986     3049      +63     
- Misses        195      197       +2
Impacted Files Coverage Δ
src/form/acp.jl 44.53% <100%> (ø) ⬆️
src/core/data.jl 92.18% <100%> (+0.15%) ⬆️
test/opf.jl 100% <100%> (ø) ⬆️
src/core/constraint_template.jl 92.71% <100%> (+0.11%) ⬆️
src/form/dcp.jl 99.25% <100%> (+0.73%) ⬆️
src/core/base.jl 84.67% <66.66%> (-0.94%) ⬇️
src/core/solution.jl 95.45% <97.43%> (+1.08%) ⬆️

Continue to review full report at Codecov.

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

@codecov-io
Copy link

codecov-io commented Nov 20, 2017

Codecov Report

Merging #194 into master will increase coverage by 0.09%.
The diff coverage is 96.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   93.86%   93.96%   +0.09%     
==========================================
  Files          33       33              
  Lines        3181     3263      +82     
==========================================
+ Hits         2986     3066      +80     
- Misses        195      197       +2
Impacted Files Coverage Δ
test/opf.jl 100% <100%> (ø) ⬆️
src/core/constraint_template.jl 92.82% <100%> (+0.23%) ⬆️
src/core/data.jl 92.28% <100%> (+0.25%) ⬆️
test/output.jl 100% <100%> (ø) ⬆️
src/form/dcp.jl 99.25% <100%> (+0.73%) ⬆️
test/data.jl 100% <100%> (ø) ⬆️
src/form/acp.jl 44.53% <100%> (ø) ⬆️
test/common.jl 93.75% <100%> (+1.44%) ⬆️
src/core/base.jl 84.67% <66.66%> (-0.94%) ⬇️
src/core/solution.jl 94.73% <95.83%> (+0.37%) ⬆️
... and 2 more

Continue to review full report at Codecov.

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

@ccoffrin ccoffrin merged commit 5b1be50 into lanl-ansi:master Nov 20, 2017
@ccoffrin
Copy link
Member

@kaarthiksundar, you may be interested in this.

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.

None yet

3 participants