PSORLab / EAGO.jl

A development environment for robust and global optimization
MIT License
140 stars 16 forks source link

Refactor of JuMP's nonlinear API #113

Closed DimitriAlston closed 1 year ago

DimitriAlston commented 1 year ago

Replaced JuMP._Derivatives with MathOptInterface.Nonlinear (MOINL), updated EAGO's OperatorRegistry, modified the epigraph reformulation based on these changes, and fixed outdated tests.