lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
241 stars 39 forks source link

Support `MOI.ScalarNonlinearFunction` #240

Open pulsipher opened 8 months ago

pulsipher commented 8 months ago

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

harshangrjn commented 8 months ago

Agreed! @odow @blegat

pulsipher commented 8 months ago

The update to BARON.jl might be a helpful guide: https://github.com/jump-dev/BARON.jl/pull/63

odow commented 8 months ago

There's a short-term "we could probably make it work fix" and then a longer rewrite to exploit the new structure. This is on my TODO list, but no ETA