<div dir="ltr"><font face="monospace, monospace">Hi all,</font><div><font face="monospace, monospace">I've found a case where preprocess says the problem is infeasible, but if I turn preprocess off, the problem is correctly solved.</font></div><div><font face="monospace, monospace"><br></font></div><div><span style="font-size:12.8px"><font face="monospace, monospace">Attached you can find the LP file (m3.lp). To reproduce the problem you can use the following code (I use callCbc):</font></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre"> </span>OsiClpSolverInterface solver;</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre">   </span>CbcModel model(solver);</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre"> </span>model.solver()->readLp("m3.lp");</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre">   </span>std::string args("-heur off -cuts off -solve");</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre">       </span>// using these arguments instead it works</font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre">       </span>// std::string args("-heur off -cuts off -preprocess off -solve"); </font></span></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><span class="" style="white-space:pre">  </span>callCbc(args, model); </font></span><br></div><div><span style="font-size:12.8px"><font face="monospace, monospace"><br></font></span></div><div><font face="monospace, monospace"><span style="font-size:12.8px">The problem happens in both 2.9.5 </span></font><span style="font-family:monospace,monospace;font-size:12.8px">release</span><span style="font-family:monospace,monospace;font-size:12.8px"> </span><span style="font-size:12.8px;font-family:monospace,monospace">and 2.9.6 release versions.</span></div><div><span style="font-size:12.8px;font-family:monospace,monospace"><br></span></div><div><span style="font-size:12.8px;font-family:monospace,monospace">Thanks in advance,</span></div><div><span style="font-size:12.8px;font-family:monospace,monospace">Marco</span></div></div>