joaquimg / BilevelJuMP.jl

Bilevel optimization in JuMP
Other
106 stars 27 forks source link

Question on conic lower level problem #192

Open 101scholar opened 1 year ago

101scholar commented 1 year ago

Can it solve bilevel problems where lower problem is an exponential conic programming?

I saw in the document there is a feature for conic lower problem and example 10 gives an SOC example. I am curious whether exponential conic lower level problem can be solved. And if it is possible, can you provide a simple example to illustrate how to write it? Thanks a lot!