Skip to content
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

Ipopt and Jump - Duals from each constraint limit and active variable upper/lower limits #456

Closed
rbacher opened this issue May 25, 2015 · 2 comments
Labels
Category: Nonlinear Related to nonlinear programming Type: Enhancement
Milestone

Comments

@rbacher
Copy link

rbacher commented May 25, 2015

Any chance to get the duals from the general non-linear solver Ipopt for a non-linear problem defined purely in JuMP? I am currently using Ipopt as a general nonlinear solver (i.e., with @addNLConstraint and @addConstraint). I have upper and lower limits on variables and quadratic / linear
equality/inequality constraints. Non-linear or linear objective function.

@mlubin
Copy link
Member

mlubin commented Jul 8, 2015

@rbacher, this is now implemented. You may use Pkg.checkout("JuMP") to pull the latest development version of JuMP to test it out. See the example code here. The only caveat is that we don't yet support duals on quadratic constraints added through @addConstraint, so you can add these with @addNLConstraint for the time being.

@mlubin
Copy link
Member

mlubin commented Jul 8, 2015

The rest of this (duals for quadratic constraints) falls under #291.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Nonlinear Related to nonlinear programming Type: Enhancement
Development

No branches or pull requests

2 participants