-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support JuMP.@constraint #4
Comments
Hi, I think this is in-line with the JuMP documentation (https://jump.dev/JuMP.jl/v0.21.1/nlp). "Note that the I haven't kept up with recent JuMP developments though so if this isn't accurate, I can look into updating to support |
Hi, thank you for your quick reply!
I think the use of the term "nonlinear" is a bit confusing in the JuMP documentation. JuMP allows affine and quadratic expressions in
It would certainly be good to have support for |
First of all, thank you for making SNOPT available in Julia!
I was able to run the JuMP example in
example/hs72.jl
. However, I am not able to run an equivalent formulation in which the last constraint is encoded viaJuMP.@constraint
rather thanJuMP.@NLconstraint
:I am getting the following error message (truncated)
Tl;DR
Is it not possible to use any
JuMP.@contraint
calls with SNOPT7.jl; i.e. do I have to convert all of them toJuMP.@NLconstraint
? If so, are there any plans to supportJuMP.@constraint
in the future?The text was updated successfully, but these errors were encountered: