-
Notifications
You must be signed in to change notification settings - Fork 150
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
Adding HVDC Line Implementation #111
Merged
Merged
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
53a74b6
Write out DC line data to dict
hakanergun 33140e7
Bug fix DCLine data input from Matpower
hakanergun 20e6681
Adding file for AC DC Power flow model
hakanergun a13a1ca
Add DC arcs and buspairs to base.jl
hakanergun 733fb66
Consitent pmin, pmax fromulation
hakanergun 8b83583
First draft of Matpower compatible DC line extension
hakanergun 792b179
Merge branch lanl version to our branch
hakanergun 804e3e9
Validating DC Line implementation
hakanergun 3a71103
Bugfix after removal of dedicated acdc formulation
2de5c83
Further improve support for DC lines
8471dca
Add distflow based models
e3a5600
Removal of Distflow, will become separate project
a036afe
Fix OTS and TNEP tests
db51ca1
Bugfix/rewrite for negative PMIN values in a matpower case
32c08f3
Finalized testing of DC Line implementation
hakanergun 9dd4c3c
Case 3 fix
589023b
Data warnings about dc lines
dc4fce0
Consistent formulation of DC line bounds
hakanergun b562caa
Merge branch 'master' of https://github.com/hakanergun/PowerModels.jl
hakanergun acd9729
Update of documentation
8d24a95
update of dc line warnings
4900714
Escape chars in case3.m
f3c3677
Suggested changes by Carleton
hakanergun db8892d
Updated description of keys in pm.ref
ec90a9a
Updated documentation
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here is an example