<div dir="ltr"><div><div><div>Hi,<br><br></div>Im trying to use SCIP to implement a Branch-Cut-and-Price for the VRP. For now Im focusing only on the Branch-and-Cut part, using the CVRPSEP package (<a href="http://econ.au.dk/research/researcher-websites/jens-lysgaard/cvrpsep/">http://econ.au.dk/research/researcher-websites/jens-lysgaard/cvrpsep/</a>). I already added the cuts and my program is able to solve some simple instances, in order to increase its performance I need to implement custom branching rules. <br><br></div>The branching rule works this way: it first select a few subsets of the set of vertexes in the graph and impose a few constraints on them. It then computes the lower bound (solving the relaxation) for each child node and uses these values to choose the node to branch on. Could you please give me some information about of how I can get the lower bound on the branching rule callback? Or maybe a better way of doing this or something similar?<br><br></div><div>Thanks,<br></div><div>Matheus <br></div></div>