OptimizationProblems.jl icon indicating copy to clipboard operation
OptimizationProblems.jl copied to clipboard

Update JuMP syntax to use the new nonlinear interface

Open frapac opened this issue 1 year ago • 4 comments

I had to comment out the tests checking that the formulation in JuMP matches those in ADNLPModels.

Apparently, the problem arises when we have ScalarQuadraticFunction in the MOI model. Maybe related to: https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/pull/102

frapac avatar Feb 29 '24 12:02 frapac

Thanks a lot @frapac for the PR. NLPModelsJuMP still doesn't support the quadratic constraints, we lagged behind probably because we did not have a big usage of it. With the new nonlinear JuMP interface, I think we will try to add this quickly. I propose we wait a bit for this PR.

tmigot avatar Mar 05 '24 00:03 tmigot