lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
179 stars 22 forks source link

Support `MOI.ScalarNonlinearFunction` #262

Closed pulsipher closed 10 months ago

pulsipher commented 10 months ago

It would be great for Juniper to support the new MOI nonlinear interface. This will be required for InfiniteOpt to use it.

odow commented 10 months ago

Juniper doesn't need to? It depends on the sub solver for nonlinear stuff. Do you have an example where it currently doesn't work?

pulsipher commented 10 months ago

My mistake, I thought Juniper depended on the expression tree structure like Alpine. I tested it and you are right.