You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks as if the error is in the interface to Cbc or an old and bad version of Cbc. If I write out the model as an mps file and give it Cbc, I get an answer of 52. This is the case if I set lb to 3,....,10.
If I run using m.optimize() for 3,,,,,10 I get 56,63,58,57,59,58,58,58 all of which are non-optimal answers.
I don't know how to create a debugging version of Cbc (with Python-MIP) to investigate further.
Hello, I was solving a bin packing problem and encountered a bug-like situation.
How to reproduce
Building a Python environment
Case1: wrong answer
Optimal value is 55, but get 56.
Case2: wrong answer
63 is not 55.
Confirm optimal
Optimal is 55.
The text was updated successfully, but these errors were encountered: