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

Make JuMP.register optional #808

Closed
joehuchette opened this issue Jul 24, 2016 · 1 comment · Fixed by #2537
Closed

Make JuMP.register optional #808

joehuchette opened this issue Jul 24, 2016 · 1 comment · Fixed by #2537
Labels
Category: Nonlinear Related to nonlinear programming Type: Enhancement

Comments

@joehuchette
Copy link
Contributor

It would be a win from a usability perspective if you can omit registering a nonlinear function and have things work as expected, e.g.

foo(x) = x^3
@NLConstraint(m, foo(x) <= 1)
@joehuchette joehuchette added Type: Enhancement Category: Nonlinear Related to nonlinear programming labels Jul 24, 2016
@mlubin
Copy link
Member

mlubin commented Jul 24, 2016

This needs a bit of infrastructure work but I think it's feasible.

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

Successfully merging a pull request may close this issue.

2 participants