ryanjoneil / python-zibopt

Automatically exported from code.google.com/p/python-zibopt
2 stars 1 forks source link

dividing by variables should raise and error #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following constraint type should raise an error at the Python level, since 
it isn't supported in SCIP and doesn't construct an expression properly:

solver += x1 / x2 <= 1 

Original issue reported on code.google.com by ryanjoneil on 20 Jun 2011 at 2:15

GoogleCodeExporter commented 9 years ago
Fixed in r163.  Will be in v07.

Original comment by ryanjoneil on 20 Jun 2011 at 11:18