<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>
<p style="margin-bottom: 0cm">Hello,</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">I have pretty big MINLP problem that I solve on Couenne using AMPL</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">The problem is that the problem runs for number of hours.</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">I wonder if it is possible to do either of the following:</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">1. After the problem breaks, have results displayed (run the command file), that might not be optimal, but seeing current primal value, it is good enough for me.</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">2. Have solver to stop and have the results displayed after primal value had reached certain desired value</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">3. Have a solver to display intermediate (current) variable values every x minutes (that one would be a perfect solution for me)</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">4. Have a time limit after which the solver stops and current solution</p>
<p style="margin-bottom: 0cm">is displayed.</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm"></p>
<div>
<p style="margin-bottom: 0cm">5. well I used:</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">option couenne_options "time_limit =x";</p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">However, this manner donīt work.</p>
<p style="margin-bottom: 0cm"><br>
</p>
</div>
<p></p>
<p style="margin-bottom: 0cm"><br>
</p>
<p style="margin-bottom: 0cm">Thanks for you. </p>
</div>
<br>
<p></p>
</div>
</body>
</html>