<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>Hi,</p>
<div style="color: rgb(0, 0, 0);">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<p><br>
</p>
<p>I am trying to use scip solver where one of the constraints need exponentiation of a variable.  For example,</p>
<p><br>
</p>
<p></p>
<div><br>
</div>
<div><span style="font-size:12pt">        model.addCons(quicksum(exp(x[i]) for i in I) <span>==1, name="constraint")</span></span><br>
</div>
<div><br>
</div>
<div>Wondering what would be possible ways to add this.</div>
<div><br>
</div>
<div>I tried searching for such examples, but could not find any.</div>
<div><br>
</div>
<div>Would appreciate any help. I am using pyscipopt.</div>
<div><br>
</div>
<div>Regards</div>
<div>Sakib</div>
<div><br>
</div>
<br>
<p></p>
</div>
</div>
</div>
</div>
</body>
</html>