Closed datejada closed 1 month ago
Interesting. I'll look into how the solver interprets an unbounded LP at a (the root) node.
If it helps, we also double-checked that the problem is unbounded using a commercial solver. Thanks!
We should have a unit test for unbounded MIPs, but might not. May make it easier to debug with a simple problem and presolve off
We do have a couple of unit tests for unbounded MIPs, so identifying what's wrong is non-trivial
Closed by #1990
Needs a sanity check on MIP test problems, but this is another example to log for BE @odow
Perhaps we should make a label to tag all these issues with?
Perhaps we should make a label to tag all these issues with?
Done!
Closed by #1980
Hi HiGHS team,
The attached .lp file in this .zip file unbounded-problem.zip has a MIP problem that it is unbounded, but HiGHS fails to detect it before going into the B&B, and then after a couple of iterations it freezes and no extra information is given (e.g., warning or error). We detected that the problem was unbounded due to the variables
flow_(ccgt,_demand),_2030,XXX,YYY
. Although the root cause is a problem in the data of the problem, it would be interesting to get a message from the solver indicating the unbounded condition from the start. Below is all the information to reproduce the error:I hope all this information helps you to reproduce and improve the current HiGHS version.
BR,
Diego