Hi Ted,<br><br>Thanks for your reply.&nbsp;&nbsp;You understood correctly.&nbsp;&nbsp;In essence, we try to use column generation to solve an IP without using Branch-and-Price.&nbsp;&nbsp;That is, we generate columns outside of B&amp;B tree.&nbsp;&nbsp; <br><br>
Here's an outline of our column generation algorithm:<br>1. Formulate a Restricted Master Problem (RMP) with subset of columns from the original problem.<br>2. Solve the above RMP in B&amp;B to IP optimal.&nbsp;&nbsp;<br>3. Use the optimal IP solution, to price and generate columns. 
<br>4. Solve the RMP + additional columns generated in B&amp;B to optimality.<br>5. Repeat 3 and 4, until no more columns are generated.<br><br>Now, in Step 3, we need dual information to price the columns.&nbsp;&nbsp;And I guess here's where I confused you.&nbsp;&nbsp;I used to work with CPLEX; in CPLEX it allows users to obtain dual info of the optimal IP solution (or more correctly, of the LP relaxation solution at the optimal B&amp;B node) by changing the problem type from IP to LP-fixed, in which, all variables are fixed at the IP solution.&nbsp;&nbsp;I think what CPLEX does (to fix those variables) is to solve LP relaxation with the conditions at that B&amp;B node to reproduce the integer solution and hence dual info.&nbsp;&nbsp;That is, it does not literally fix the variables.&nbsp;&nbsp;(So, I confused you when I said we tried to fix the variables.)&nbsp;&nbsp; 
<br><br>So, the question is, can we do the same thing with SYMPHONY/CLP?<br><br>Many thanks for your help.&nbsp;&nbsp;I appreciate you time and help.<br><br>Cheers,
<div>
<div><br>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">--<br>-Yossiri Adulyasak- 
<div>Graduate&nbsp;Student</div>
<div>Transportation engineering Program<br>Department of Civil Engineering <br>Chulalongkorn University<br>Thailand</div></blockquote>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>a.yossiri -at- <a href="http://gmail.com">gmail.com</a> </div></blockquote></div>