joaquimg / BilevelJuMP.jl

Bilevel optimization in JuMP
Other
103 stars 25 forks source link

JuMP 1.5 #193

Closed FabrizioLacalandra closed 1 year ago

FabrizioLacalandra commented 1 year ago

I don't know if this is an issue or a pull request, however the installation of BJump seems to require a step back to JumP 1.1.1 (now 1.5). Is there any workaround or it is strictly needed?

Fabrizio

joaquimg commented 1 year ago

It it strictly needed because the Non-Linear programming internals in JuMP were updated and are incompatible as of now. It should not be hard fix though

odow commented 1 year ago

Duplicate of https://github.com/joaquimg/BilevelJuMP.jl/issues/178

wj-qiao commented 1 year ago

I encountered the following problems: 1) JuMP Force rollback to version 1.1.1 2) After the compile is complete, run the test program, and the REPL is killed directly. And I am looking forward to bilevelJuMP compatible with the latest version of JuMP.