<div dir="ltr"><div><div>Dear SCIPers<br><br></div>It is clean that one can explicitly express the <span class="">original</span> <span class="">variables</span> as 
combination of the master <span class="">variables</span>.<br></div><div>My original variables are binary. <br></div><div>But when one has \sum_i(\lambda_ij_x_ij )= x_j \in {0,1} there will be dual variables associated to these sets of constraint.<br>
</div><div>How are these constraints which also include the lambdas would contribute in some way in building the  pricing problem objective?<br><br></div><div>My results show that they cannot be  neglected even if they are equality constraints otherwise it may never converge. So how we do we actually handle them in  SCIP ? <br>
</div><div><br></div><div>Cheers<br>Shahin<br></div><div><br></div><div><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 10, 2013 at 8:44 AM, Marco Luebbecke <span dir="ltr"><<a href="mailto:marco.luebbecke@rwth-aachen.de" target="_blank">marco.luebbecke@rwth-aachen.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Victor,<br>
<br>
the easiest way is to explicitly express the original variables as<br>
combination of your master variables. You can then directly branch on<br>
these original variables, also the elimination of master variables<br>
that are incompatible to the branching decisions is for free then (in<br>
the binary case). You only need to tell your pricing problem about<br>
branching decisions, see<br>
<br>
<a href="http://scip.zib.de/doc/html/FAQ.shtml#Q5.3" target="_blank">http://scip.zib.de/doc/html/FAQ.shtml#Q5.3</a><br>
<br>
<br>
Best regards,<br>
Marco<br>
_______________________________________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de">Scip@zib.de</a><br>
<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a><br>
</blockquote></div><br></div>