<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div style="  ; ; ;; ">Hi,</div><div style="  ; ; ;; "><br></div><div style="  ; ; ;; ">everyone,</div><div style="  ; ; ;; "><br></div><div style="  ; ; ;; "><span style="font-size: 14px;">I am using SCIP to implement branch pricing and solve a VRP problem. I customized a branch rule and included it in SCIP using SCIPincludeBranchrule. But I found that the integer solution at the root node triggered the branch (the integer variables I obtained using SCIPgetSolVal at the root node were all integers), and I don't know why this happened. Why has the integer solution been obtained but not exited the solution and triggered the branching? How should I handle this issue?</span></div><div style="  ; ; ;; "><br></div><div style="  ; ; ;; ">Thanks a lot!</div><div style="  ; ; ;; "><br></div><div style="  ; ; ;; ">Best wishes</div>