coin-or / Cbc.old

This is a mirror of the subversion repository on COIN-OR
https://projects.coin-or.org/Cbc
Other
88 stars 31 forks source link

[Trac #186] Feasible problem reported as infeasible #25

Open s-c-e opened 5 years ago

s-c-e commented 5 years ago

image

Attachment: https://github.com/s-c-e/cbc-trac-migration-attachments/blob/master/trac-ticket-186.zip

Hello,

the attached problem is reported as infeasible by CBC 2.9.9, even though it is feasible. Command line used is simply:

cbc -import inf.lp -solve -quit

If I set the ratiogap to an high value, say 0.5, a (suboptimal) feasible solution is found.

CBC has been compiled with mingw32 but I tested also with the supplied MSVC precompiled binaries to be sure it isn't just some compilation issue.

Hope it helps, and thanks for this excellent software.

Bye,

Denis Sbragion

h-g-s commented 5 years ago

seems to be fixed in trunk.