<div dir="ltr"><div><div><div><div><div>Hello all,<br></div>             I am using OsiClpSolverInterface to solve a simple LP of the form <br>Ax&lt;=b<br></div>l&lt;=x&lt;=u<br><br></div>where A is m*n matrix, b is m*1 vector, and, l &amp; u  are lower and upper bound vectors on x. I want to convert it to the form Cx=d, x&gt;=0 and then get its basic and non basic index information at optimal.<br>

 si-&gt;getBasics(index) probably doesn&#39;t treat l&lt;=x&lt;=u as constraints  and hence basis matrix has no information regarding them.  I want the bound constraints inside basis matrix.<br></div><br>Regards,<br>Mouli<br>

<br></div><br></div>