<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>Hi all, <br>
</p>
<p><br>
</p>
<p>I want to solve my code, which is written in Python and Pyomo, with Couenne. <br>
</p>
<p>I get an error (Solver (asl) did not exit normally) with no further information , whenever I try to solve a code with a division, e.g. I have the following constraint: <br>
</p>
<p><br>
</p>
<p>r_p = p2/p1 <br>
</p>
<p><br>
</p>
<p><span style="font-size: 12pt;">p</span><span style="font-size: 12pt;">1, p</span><span style="font-size: 12pt;">2</span><span style="font-size: 12pt;"> and r_p are variables in my model. I made sure that the bounds for p1 don't include the value 0.</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">All other constraints are linear and have no divisions. Couenne works fine, when I comment this constraint out. Strangely, Couenne also works fine, if I write the constraint as follows:</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">r_p = p * (p1)^(-1) </span></p>
<p><span style="font-size: 12pt;"><br>
As I'm going to further develop my model and it will eventually have very high nonlinearities, I seek your help in understanding, why this problem occurs. </span></p>
<p><span style="font-size: 12pt;">C</span><span style="font-size: 12pt;">an this be a bug within Couenne? Or perhaps in the Solver interface in </span><span style="font-size: 12pt;">P</span><span style="font-size: 12pt;">yomo</span><span style="font-size: 12pt;">? </span><br>
</p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">Looking forward to your response.</span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">Best,</span></p>
<p><span style="font-size: 12pt;">Nesrine </span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;"> </span></p>
</body>
</html>