<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi all,<br><br>Was wondering whether there is any way to ensure I always obtain a dual solution from CLP when I give it an infeasible problem. The one that's got me stumped at the moment is<br>min -x<br>-x=-20<br>x&lt;=5<br>with a lower bound of 0 on x. Somehow this is giving me [0, 0] when I ask for the dualRowSolution() and zero for getReducedCost(). I've switched off presolve without any change in the situation.<br><br>What I've been doing is passing ClpSolve using automatic selections to a ClpSimplex model when calling initialSolve. Does anyone have any suggestions?<br><br>Thanks!<br>Baxter<br><br><br></td></tr></table><br>