<div dir="ltr"><div><div>Dear Mailing List,<br><br></div>I am currently working on a Branch-and-Price algorithm. My next step is to strength the LP relaxation at nodes, so I implemented a plug-in separator in order to add  cutting planes. My idea is to add cutting planes before start looking for new columns. <br>
<br>However, I have noticed that at each node, the variable pricer plug-in is executed  in the first place and then, when no more columns are added, the separator plug-in starts. Is there a way to change the order of the plug-in's execution? i.e., start first with the separator and then, when no more cuts can be added, execute the variable pricer? Maybe I am leaving out<span class=""></span> a callback ?<br>
</div>Thanks in advance.<br clear="all"><div><div><br>-- <br>---<br>Cristina Nuñez<br>
</div></div></div>