coin-or / MibS

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

add parser to handle empty LL/SL matrix #111

Closed yuxies closed 1 year ago

yuxies commented 1 year ago

In MibSModel::loadProblemData(), if the lower level matrix is empty, add y0 <= UB(y_0) as a trivial row.

yuxies commented 1 year ago

Temporary fix. Will need to check how to let SYMPHONY handle this.