Skip to content

Conversation

odow
Copy link
Member

@odow odow commented Jan 24, 2022

Closes #1721

To be used by jump-dev/SCS.jl#244

@odow odow added Type: Bug Submodule: Utilities About the Utilities submodule labels Jan 24, 2022
@odow odow changed the title WIP: fix PowerCone in MatrixOfConstraints Fix PowerCone in MatrixOfConstraints Jan 24, 2022
@odow odow requested a review from blegat January 24, 2022 19:50
@odow
Copy link
Member Author

odow commented Jan 25, 2022

SCS is passing tests with this PR, so I think we're good to go.

@odow odow added this to the v1.0 milestone Jan 27, 2022
@odow
Copy link
Member Author

odow commented Jan 31, 2022

@blegat bump

return
end

load_constants(::Vector, ::Any, ::MOI.AbstractVectorSet) = nothing
Copy link
Member

Choose a reason for hiding this comment

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

It would probably be safer to be opt-in rather than opt-out here.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's breaking. And it's a bit of a pain to have to enumerate everything. Really, the failing tests in SCS should have picked this up earlier. But I obviously excluded them during development and didn't revisit them :(

@odow odow merged commit 23d6e2d into master Jan 31, 2022
@odow odow deleted the od/fix-power-cone branch January 31, 2022 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Submodule: Utilities About the Utilities submodule Type: Bug
Development

Successfully merging this pull request may close these issues.

Bug in PowerCones with MatrixOfConstraints
3 participants