<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello,<div><br></div><div>I have been trying for quite a while to modify the algorithm that Clp uses to solve rather big linear problem.&nbsp;Clp says it is using Primal according to the solve-message I get (e.g. Clp0006I 6112 &nbsp;Obj 799905 Primal inf 50170.4 (1044)).&nbsp;</div><div><br></div><div>But I would like to try to solve with the Dual method, and even the Barrier method. With CPLEX I have been able to do that and it considerably improved the run time (by x2 and x3).</div><div><br></div><div>I have been trying different ways:</div><div><br></div><div>1) call setIntParam with OsiDoDualInInitial to true.</div><div>2) call&nbsp;setSolveOptions(const ClpSolve &amp; options) with the proper ClpSolve object with method set to Dual or Barrier.</div><div><br></div><div>But it does not seem to change anything, it still goes at the same speed, nor does it display messages indicating it is doing anything differently.</div><div><br></div><div><br></div><div>Any idea? is it possible altogether?</div><div><br></div><div><br></div><div>Sylvain</div>                                               </div></body>
</html>