ryanjoneil / python-zibopt

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

solver.constraint(...) should accept a _cons_info #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should be able to do things like:
{{{
c1 = solver.constraint(x1 + x2 <= 4)
}}}
That way constraint removal would be slightly nicer.

Original issue reported on code.google.com by ryanjoneil on 24 May 2011 at 10:02

GoogleCodeExporter commented 9 years ago
this is done in r127

Original comment by ryanjoneil on 31 May 2011 at 3:22