<div>Hi all,</div>
<div> </div>
<div>I has an lp problem which has more than one solution, and I want to get all of them. Is there any way in Clp to do that?</div>
<div> </div>
<div>For example, this problem:</div>
<div>             </div>
<div>            min x + y</div>
<div>            subject to</div>
<div>                  x + y &gt;= 3</div>
<div>                  x &gt;= 0</div>
<div>                  y &gt;= 0</div>
<div>has two solutions (0,3) and (3,0) using the simplex method</div>
<div>If I want to get two solutions, which function in Clp should I use?</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>D.H</div>