<div dir="ltr">Hi<div><br></div><div>I am trying to solve a problem using Benders decomposition and column generation.</div><div>I followed your VRP and SCFLP examples to add a pricer and a default benders decomposition algorithm.</div><div>The master problem is solved using column generation, and I expect the algorithm to add optimality cuts to the master problem by solving a benders subproblem.</div><div>The master problem is integer, but I do not use any special branching strategies for now.</div><div>Presolving is disabled by calling `SCIPsetPresolving(scip, SCIP_PARAMSETTING_OFF, true)` as well.</div><div>However, in some of my tests, I get the following error:</div><div>scipoptsuite-8.0.0/scip/src/scip/solve.c:2160: SCIPpriceLoop: Assertion `cutoff == FALSE' failed.</div><div><br></div><div>Could you please tell my how I can resolve this issue?</div><div><div><br></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mosa</div></div></div></div>