<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello, <br>
</p>
<p><br>
</p>
<p>I'm solving a NLP Problem with couenne. My model is written in Python and Pyomo.<br>
</p>
<p><br>
</p>
<p>In my case, Couenne takes very long without exiting with an optimal solution. The best solution is given after a few iterations and doesn't change after hours of execution:</p>
<p><br>
</p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">Cbc0010I After 7100 nodes, 3364 on tree, </span><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 0);">0.25239475
 best solution</span><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">, best possible 0.15 (14.72 seconds)</span><br>
</p>
<p><br>
</p>
<p>Therefore, I've set the option time_limit to a smaller value (100 seconds), to be able to retrieve the best solution found so far and print it to a file. <span style="font-size: 12pt;">However couenne prints another solution than the on</span><span style="font-size: 12pt;">e
 stated in the solver log:</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">instead of 0.25239475, I get </span><span style="font-size: 12pt;">0.281323177 <span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; background-color: rgb(255, 255, 255);">as a value for the objective
 function.</span></span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);">The value printed by Couenne is the same one I get</span><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);"> if
 I solve my model using Ipopt.</span><br>
</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">1) Do you have any idea, why this occurs?  Is it possible that Couenne is printing the best solution found by ipopt, since it's used in Couenne?</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">2) Is there a way to obtain the better solution given in the solver log? </span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p>I look forward to your reply. <br>
</p>
<p><br>
</p>
<p>Best,<br>
</p>
<p>Nesrine <br>
</p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<div><br>
​<br>
</div>
<p><br>
</p>
<p></p>
<div><br>
</div>
<div><br>
</div>
<div><br>
<br>
</div>
<p><br>
</p>
</body>
</html>