<div><a name="msg_ad291a9b4a55d107"></a>I&#39;m a cbc beginner.I use cbc to solve the .lp file. The command is &quot;cbcSolve.exe problem.lp -sec 200 -ratio 0.05 -solve -solu out.txt&quot; .I met two problems. <br>First, I found that if I set the time big enough ( for example 1500),it can get the optimization. But if I set a short time, the solver runs for a long time which exceeds the time I set. It seemede that the time parameter I set didn&#39;t work. </div>

<div>Second, if I set a short time, sometimes it will run for some time and stopped. But the values in the out.txt file were wrong (the binary variable&#39;s value has decimal fraction), obviously it didn&#39;t get the feasible answer.But the first line of the out.txt said &quot;Optimal - objective value 8437.9558&quot;, I can&#39;t get it. <br>
</div>