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

Support MOI.ScalarNonlinearFunction #279

Closed
pulsipher opened this issue Nov 15, 2023 · 3 comments
Closed

Support MOI.ScalarNonlinearFunction #279

pulsipher opened this issue Nov 15, 2023 · 3 comments

Comments

@pulsipher
Copy link

MOI's new interface removes the need to use NL macros in JuMP and has a number of other benefits. This new interface requires that you support MOI.ScalarNonlinearFunction and possibly MOI.VectorNonlinearFunction. This will be needed for InfiniteOpt to be compatible with MadNLP.

The updates to Ipopt.jl and Knitro.jl might be a useful guide.

@sshin23
Copy link
Member

sshin23 commented Nov 15, 2023

Thanks @pulsipher we'll look into it

@pulsipher
Copy link
Author

Here is how Ipopt.jl was updated: jump-dev/Ipopt.jl#346

@frapac
Copy link
Member

frapac commented Nov 22, 2023

Solved by #280

@frapac frapac closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants