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

Upcoming refactoring of JuMP's nonlinear API

Open odow opened this issue 2 years ago • 0 comments

The upcoming release of JuMP v1.2 will break BilevelJuMP. Read more here: https://discourse.julialang.org/t/ann-upcoming-refactoring-of-jumps-nonlinear-api/83052

The issue is extending private methods like this: https://github.com/joaquimg/BilevelJuMP.jl/blob/2d25399b307031dfd5de46153fa092b5469e3ffe/src/jump_nlp.jl#L84-L99

x-ref: https://github.com/jump-dev/JuMP.jl/pull/2955

Please ping me if you have questions. It shouldn't take too much work to update. Looks like it's just a matter of re-directing the new methods.

odow avatar Jun 20 '22 21:06 odow