<div dir="ltr"><div><div>Dear Benny,<br><br></div>I already gave it the highest priority, but i coincidentally just found  what was wrong in my implementation. I simply copied parameter settings from one of the examples, which has a 'maxbounddist'  of 0.0, meaning that the branching rule is only used at the best node in the b&b tree. Nevertheless, thank you for your reply.<br><br></div>Albert<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 7, 2016 at 11:46 AM, Benjamin Müller <span dir="ltr"><<a href="mailto:benjamin.mueller@zib.de" target="_blank">benjamin.mueller@zib.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Albert,<br>
<br>
did you include your plug-ins by using the corresponding include function (SCIPincludeObjBranchrule)? If you just want to use your branching rule you need to give it the highest priority.<br>
<br>
Alternatively, you can remove SCIPincludeDefaultPlugins and explicitly include only the plug-ins you want to use. Note that you need to have at least one node selector.<br>
<br>
Regards,<br>
Benny<div><div class="h5"><br>
<br>
On 11/07/2016 09:09 AM, Schrotenboer, A.H. wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Dear all,<br>
<br>
For implementing my own branch and price algorithm i used the c++<br>
wrapper classes of SCIP. I devised my own branching rules, constraint<br>
handlers, pricers etc.  I included the defaultplugins by calling:<br>
      SCIP_CALL(SCIPincludeDefaultPl<wbr>ugins(scip));<br>
<br>
<br>
If I run my code, at some point SCIP is making branching decisions,<br>
without calling my own branching rules. I suspect that it has to do with<br>
separation or heuristic procedures included in the default plugins.<br>
Nevertheless, i would like to NOT include those procedures in my program<br>
(at least not at this point). So, The only thing i want SCIP to do is<br>
branching according to my branching rules, and solving the pricing<br>
problems in each node.<br>
<br>
Without going through 1500 parameters, is there an easy way to achieve<br>
this, i.e.,  to not include those procedures that cause branching that<br>
don't use my own branching rules?<br>
<br>
Kind regards,<br>
<br>
Albert<br>
<br>
<br></div></div>
______________________________<wbr>_________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="http://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">http://listserv.zib.de/mailman<wbr>/listinfo/scip</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
______________________________<br>
Benjamin Müller<br>
Zuse Institute Berlin<br>
Takustr. 7, 14195 Berlin<br>
<a href="mailto:benjamin.mueller@zib.de" target="_blank">benjamin.mueller@zib.de</a><br>
+49 30 841 85-195<br>
</font></span></blockquote></div><br></div>