<div dir="ltr"><div><div><div><div><div><div><div><div>Hi SCIP Developers,<br><br>I have a couple of small questions about branching rules:<br><br></div>- If I do not specify a particular branching rule, which branching rule is used by default ?<br>
<br></div>- How can I change the branching rule to something other than the default option ?<br></div>  I don't plan on implementing my own branching rule, but I wanted to just pick one    <br>of the options like full strong or pseudo cost based rules that you have provided.<br>
</div>In my C++ code, I tried asking the solver to use the all full strong branching rule by calling this function :<table class=""><tbody><tr><td class="">SCIPincludeBranchruleAllfullstrong </td>
          <td>(</td>
          <td class=""><a class="" href="http://scip.zib.de/doc/html/type__scip_8h.php#a4792a242d315bf76f05b1f4e0712bc33">SCIP</a> * </td>
          <td class=""><em>scip</em></td><td>)</td></tr></tbody></table> <br></div>But I seem to get this error when I run the code: <br><br>RROR: branching rule <allfullstrong> already included.<br>[src/scip/branch_allfullstrong.c:479] ERROR: Error <-9> in function call<br>
[src/scip/scipdefplugins.c:90] ERROR: Error <-9> in function call<br>[maskfracture.cpp:265] ERROR: Error <-9> in function call<br><br></div>So how do I specify a particular branching rule for branch and price ?<br>
<br></div>Thank you very much.<br><br></div>Abde Ali<br></div>