-
Notifications
You must be signed in to change notification settings - Fork 157
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
SDP relaxation with constraint decomposition #333
Merged
Merged
Changes from 4 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
cff5cf0
working SDP decomposition
kersulis 27f1f1d
better file name
kersulis c3a438d
doc cleanup
kersulis b87d598
no need to overwrite existing type definition
kersulis fb86fa8
add tests (apply existing SDP tests to SDPDecompForm)
kersulis 79f141f
move SDP decomp code into wrm.jl
kersulis 628346c
'clique grouping' is more appropriate than 'partition'
kersulis 51dd91b
working clique merge
kersulis c20032a
explicit generation of voltage vars and linking constraints
kersulis ccc80f9
minor changes
kersulis 4b1f474
tests
kersulis 2e09181
I think this was a typo
kersulis c69762a
Okay to add to .gitignore?
kersulis 8672e21
proper test for passing external decomp
kersulis 9c6ee63
Stop merging after specified number of merges
kersulis 52220d5
Move voltage product bound calc out of loop
kersulis 45867ac
SDPDecompSOCForm: replace 2-clique SD constraints with SOC
kersulis ea215c1
move constraint decomp into struct to keep pm.ext clean
kersulis 9fedcfd
No more infeasible cases! Fixes kersulis#1
kersulis cdd0ce4
Keep only the best decomp implementation, fixes kersulis#2
kersulis fb96b96
bools and ints, not ints and floats
kersulis 3b37704
Merge branch 'master' into sdp_decomposition
kersulis 1c3fdea
Broaden signatures for variable_voltage and constraint_voltage
kersulis 4925338
Store graph ordering (suff. to reconstruct minimal chordal ext, cliques)
kersulis e2b7ed5
Merge branch 'master' into sdp_decomposition
ccoffrin 3578565
fixing missing SDPDecompForm
ccoffrin a82b40e
Do not store full adjacency matrix
kersulis 063c589
There's an issue with the SOC constraints for 2-cliques. Commenting out
kersulis aed39e6
Fixed the SOC constraints for 2-vertex cliques.
kersulis 3339801
Missing minus sign (though it didn't seem to make a difference)
kersulis d276cd7
Merge branch 'master' into sdp_decomposition
ccoffrin 0f1066e
avoid unicode
kersulis 098a568
comment out case6 in sdp decomp tests
ccoffrin 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
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.
FYI, in my past experience adding this symmetry constraint was causing some numerical issues in the solvers.