<div dir="ltr">Hi all,<div><br></div><div>I am implementing a branch and price algorithm. I am getting the following error while running:</div><div><br></div><div><span style="font-size:12.8000001907349px">src/scip/heur_coefdiving.c:</span><span style="font-size:12.8000001907349px">724: heurExecCoefdiving: Assertion `cutoff || (lpsolstat != SCIP_LPSOLSTAT_OBJLIMIT && lpsolstat != SCIP_LPSOLSTAT_INFEASIBLE && (lpsolstat != SCIP_LPSOLSTAT_OPTIMAL || SCIPisLT(scip, SCIPgetLPObjval(scip), SCIPgetCutoffbound(scip))))' failed.</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Aborted (core dumped)</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">The algorithm is working for small instances, but is giving this error for larger.</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Cheers,</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Emily</span></div></div>