-
Notifications
You must be signed in to change notification settings - Fork 94
Add error checks for set dimensions #1349
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
Conversation
Tests are failing because of the following, which neatly summarizes my question: MathOptInterface.jl/test/Bridges/Variable/rsoc_to_psd.jl Lines 16 to 112 in 7923c60
|
I've relaxed the restriction on the sets where it makes sense. So you can have Thoughts? |
@blegat how's this? Do they make sense? |
Bump @blegat |
This fixes a TODO in Bridges and closes #967.
One point is up for debate: can you initialize a zero-dimensional set? What do we do in cases like
Nonnegatives(0)
=> ??SecondOrderCone(1)
=>t <= 0
?