We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> @addConstraint(m, -2*norm2{x[i],i=1:2} >= -1) ERROR: Invalid second-order cone constraint -1.0 √((-2 x[1])² + (-2 x[2])²) - 1
@joehuchette, would it be hard to get this working? Also, why does the negative sign end up both inside and outside the norm?
The text was updated successfully, but these errors were encountered:
Another strange issue:
julia> @addConstraint(m, 1 >= 2*norm2{x[i],i=1:2}) ERROR: `_construct_constraint!` has no method matching _construct_constraint!(::GenericNorm{2,Float64,Variable}, ::Symbol)
Sorry, something went wrong.
Hmm I'll take a look.
fixes for SOC macros (#504)
c758edf
This is fixed now. Please keep breaking!
No branches or pull requests
@joehuchette, would it be hard to get this working?
Also, why does the negative sign end up both inside and outside the norm?
The text was updated successfully, but these errors were encountered: