<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Hi,<br>
<br>
I ran into a problem using Couenne (with AMPL), getting either the wrong answer (problem is infeasible), or an exception, depending on the version I use. I tried both the precompiled binaries, the latest version compiled on my computer, and also the version
 on NEOS, all with default settings. The minimal example is really simple, the AMPL model file is:<br>
<br>
var X;<br>
var Y;<br>
minimize obj: X;<br>
subject to c: X-Y^2 &gt;= 0;<br>
<br>
I also get different wrong results if I replace Y^2 by Y*Y. (Some versions crash on one, and &quot;solve&quot; the other, claiming it's infeasible.) The problems seem to be on the solver side, as the same model files work with Ipopt. The original example was non-convex,
 which is why I'm trying to get Couenne work.<br>
<br>
Thanks,<br>
David<br>
<br>
</div>
</body>
</html>