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

Fix unit tests for `hs61`

Open tmigot opened this issue 4 years ago • 4 comments

Since PR #69 , the JuMP models have an ADNLPModels translation, and we check the compatibility in the unit tests using NLPModelsJuMP.jl. There is an issue with hs61 (see runtests.jl L16) because MathOptNLPModel is not working in this situation see #84 in NLPModelsJuMP.jl.

tmigot avatar Sep 29 '21 14:09 tmigot

what's the issue exactly? I don't see @NLconstraint in hs61.

dpo avatar Sep 29 '21 14:09 dpo

The issue is that NLPModesJuMP.jl doesn't handle quadratic constraints specified with @constraints right now.

tmigot avatar Sep 29 '21 14:09 tmigot

Fixing Issue 50 in NLPModelsJuMP.jl would solve this issue.

tmigot avatar Sep 29 '21 15:09 tmigot

I can work on the support OF quadratic constraints in NLPModelsJuMP.jl if we agree on the storage for them.

amontoison avatar Sep 29 '21 15:09 amontoison