<div>
<div> </div>
<div>Hello Sebastian,<br> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>I have a two questions related to column generation and approximate<br>dual variables.<br><br>1. Is it possible to add variables after an optimum has been reached?
<br>(an outer column generation scheme, where the inner subproblems are<br>solved with OBOE)</blockquote>
<div> </div>
<div>This is not possible in the current source code. We had developed some extra packages, which are not released, which allowed you do to something similar. This package allowed the user to maintain an active set of variables, however all the variables had to be specified upfront in the beginning but one could change the set of variables which were active and the others being set to zero at every outer iteration of OBOE. If that is something you are interested in using, I can find out if Ordecsys (the company managing the software) be willing to release the code.
</div><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2. Is it possible to obtain (approximate) dual variables for all the<br>constraints that have been added? I read something in the
<br>documentation but when I tried to find it again I did not.</blockquote>
<div> </div>
<div>That is ertainly possible, maybe not as well documented. The QpGenerator object provides access to the dual variables via the function</div>
<div><font size="2"> getCurrentX()</font></div>
<div><font size="2"></font> </div>
<div><font size="2">which provides a vector of values one for each of the the constraints.</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Hope this helps,</font></div>
<div><font size="2">Nidhi</font></div></div>