-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello,
I am suggesting an enhancement to MibS and will try to motivate this with an example.
Enhancement Handle MILP-MILP Bilevel problems with unbounded high-point relaxation.
Motivation The main motivation comes from the two-stage robust optimization literature and, in particular, the adversarial problem therein, which is a bilevel problem.
Two-stage robust optimization is concerned with general problems of the form
Here,
One traditional method to solve such problems is through column-and-constraint generation. This method considers a finite subset
Then, one needs to check if a (projected) solution to this relaxation, say
Unfortunately, this problem has an unbounded high-point relaxation which makes it unsolvable by MibS.
Hence, in order to be able to use MibS in, e.g., column-and-constraint algorithms as a sub-routine for two-stage robust problem, it would be very nice if MibS could solve such problems.
I am open to discussion on how this can be achieved (included, if needed, contribution to the MibS code).
Thank you,
Henri.