<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hello scip,</p>
<p>I'm implementing a column generation algorithm for a Binary Linear Problem and I have a few questions about how could work a separator on a B&P framework. In the FAQ (Specific questions about Column Generation and Branch-And-Price with SCIP,9) it is said that in most cases one should deactivate separators. But for a Branch-and-Cut-and-Price I would like to implement my own separator plugin. Which will be the main staff to take care of?</p>
<p>By the moment I've try to use Gomory cuts and what happens is that it is called in every node but no cuts are added.</p>
<p>If I know how these valid inequalities affect my pricing problem, could I implement the separator?</p>
<p>Regards and thanks in advance.</p>
<p>Diego Ponce.</p>
<p> </p>
<div> </div>
</body></html>