coin-or / MibS

A solver for mixed integer bilevel programs
Eclipse Public License 1.0
50 stars 20 forks source link

Variables Correspondence and Lower Level Objective #68

Closed yahengmath closed 1 year ago

yahengmath commented 5 years ago

Hi,

For the display of the solution,

1 since I have defined 192 variables, but the solution only gave part of the variable values, and its order is not like they appeared in the .mps file(they all show as x[...] and y[...]), and I don't know how to match these x[...] and y[...] with the variables that I defined

2 also, what about the lower level objective value, I assume I did not see it in the solution.

Thanks a lot and have a nice day!

Best, Yaheng

tkralphs commented 1 year ago

The issue with matching the variables as reported by MibS in the output and the original variables from the MPS file is now addressed by the fact that the output uses the original names of the variables rather then indices.