joaquimg / BilevelJuMP.jl

Bilevel optimization in JuMP
Other
105 stars 26 forks source link

MibS input conflicts #149

Open HesamShaelaie opened 3 years ago

HesamShaelaie commented 3 years ago

Here, I try to gather all the problems with the input structure of the MibS.

odow commented 3 years ago

Was there any progress on this? We could just open in MibS instead with the MPS and AUX files.

HesamShaelaie commented 3 years ago

I have found an interesting problem. Here, I provided three examples. Examlpe_v0 and Example_v1 work fine but Example_v2 is not working. Better to say, MibS runs the Example_v2 but stops at some point and doesn't have any progress. I have put all the information in each folder which includes 1- MPS file, 2- AUX file 3- Julia version of the model (our code), and 4- log file of MibS.

Examplev0(works).zip Examplev1(works).zip Examplev2(not working).zip

these three examples have the same structure but they have an extra variable in the upper level called (r). The difference of problems are:

tkralphs commented 3 years ago

@HesamShaelaie As we discussed off-line, can you please file a self-contained bug report detailing how to replicate this behavior on the command line at https://github.com/coin-or/MibS?