[SCIP] How to add operators on variables in a constraint

sakib mondal sakib at hotmail.com
Fri Apr 7 17:15:04 CEST 2017


Hi,


I am trying to use scip solver where one of the constraints need exponentiation of a variable.  For example,


        model.addCons(quicksum(exp(x[i]) for i in I) ==1, name="constraint")

Wondering what would be possible ways to add this.

I tried searching for such examples, but could not find any.

Would appreciate any help. I am using pyscipopt.

Regards
Sakib


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20170407/2fb257bf/attachment.html>


More information about the Scip mailing list