[Cbc] [CBC] Preprocess causing infeasibility

mg giunto.cardanico at gmail.com
Mon Sep 28 05:22:58 EDT 2015


Hi all,
I've found a case where preprocess says the problem is infeasible, but if I
turn preprocess off, the problem is correctly solved.

Attached you can find the LP file (m3.lp). To reproduce the problem you can
use the following code (I use callCbc):

OsiClpSolverInterface solver;
CbcModel model(solver);
model.solver()->readLp("m3.lp");
std::string args("-heur off -cuts off -solve");
// using these arguments instead it works
// std::string args("-heur off -cuts off -preprocess off -solve");
callCbc(args, model);

The problem happens in both 2.9.5 release and 2.9.6 release versions.

Thanks in advance,
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20150928/dd0ee179/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m3.lp
Type: application/octet-stream
Size: 27035 bytes
Desc: not available
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20150928/dd0ee179/attachment-0001.obj>


More information about the Cbc mailing list