#12091: bug in add_constraint to MixedIntegerLinearProgram
----------------------------------+-----------------------------------------
Reporter: dimpase | Owner: ncohen
Type: defect | Status: new
Priority: critical | Milestone: sage-5.0
Component: linear programming | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
----------------------------------+-----------------------------------------
Comment(by ncohen):
> well, anyway. Actually, I don't see why Sage library files can't be
.sage file, is it some kind of religion?
Yeah, at some point we stopped blaming God for everything. We should do it
again `:-D`
> It's obviously makes things unnecessarily verbose to rely upon Python's
idea of what a well-formed mathematical expression might be.
+1
That's precisely why I had to create a "Sum" function for LP variables.
Because I refused to add n variables in n^2 times, and that it is the only
way to do it with __add__ methods. And this "Sum" method fixes the problem
but is a bad solution.
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12091#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.