or-fusion / pao

A Python Package for Adversarial Optimization
Other
18 stars 15 forks source link

Work with the changes in the output format of MibS and add test examples for MibS solver #101

Open xuluze opened 11 months ago

xuluze commented 11 months ago

This PR tries to make PAO work with MibS as pointed out in #98. And raise the error if the linking variables are not integer: "ERROR:All linking variables should be integer" @mkoeppe

Paulnkk commented 9 months ago

Hey, is there any progress here to merge the PR? I would like to utilise the mibs functionality

tkralphs commented 8 months ago

@whart222 This looks pretty good, what do you think?

Paulnkk commented 8 months ago

@tkralphs I think I will pull this branch and continue to work on my machine. One problem related question; I want to use MiBS to solve a bi-level problem with lower-level and upper-level MILP (non-separable variables), does that work ?