<div dir="ltr">Hi All,<div>I&#39;m currently solving some very small multiknapsack-like problems and I got an infeasibility on the attached problem (CBC version release 2.9.3)</div><div><br></div><div>It seems related to some wrong cut, since disabling the cut generators (with cutsonoff off) it works.</div><div><br></div><div>I don&#39;t know if it&#39;s important, but if you look at the attached LP, you can see a constraint called &quot;PrimaryObjAsConstr&quot; that comes from a previous solve where this constraint was actually the objective function. </div><div>Well, the RHS of this contraint is the objective value of the previous solve (4) plus a tolerance (0.1). If I put it to 4, the model is solved without any problem even with the cut generators enabled. Does this lead to some integer-related stuff ?</div><div><br></div><div>For the moment I can solve it by disabling the cut generation, but I wanted to report the issue that might rise again in other cases.</div><div><br></div><div>Thanks in advance,</div><div>Marco</div></div>