<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am trying to get first (suboptimal) feasible integer solutions, because I can't wait to arrive at the optimal solution and my experience is that optimal solution is only marginally better than suboptimal ones.<br><br>I have tried the following commands to stop CBC after finding first solutions:<br>cbc model_cplex.lp solve maxnodes 1 solu solution.txt<br>cbc model_cplex.lp solve maxiterations 1 solu solution.txt     <br><br>But it seems to me that CBC ignores maxnodes and maxiterations commands, at leaste the process is not shortened. What are the right commands to stop CBC after finding first n solutions? As I understand, then different methods are applied during search process and all the methods have their own parameters and maxnodes and maxiterations are parameters for only some of the methods. But other methods don't have such integer parameters? (as can be seen from "cbc ?")<br><br>Jonatan<br>                                          </div></body>
</html>