#13696: process chained equalities with different signs correctly
----------------------------------+-----------------------------------------
Reporter: dimpase | Owner: ncohen
Type: PLEASE CHANGE | Status: new
Priority: major | Milestone: sage-5.5
Component: linear programming | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies: #12091
Stopgaps: |
----------------------------------+-----------------------------------------
we have to deal with what remained from #12091. At least, report errors
for the inputs like the following:
{{{
sage: b[0] <= 555*b[1] >= 2
sage: b[0] <= 555*b[1] == 2
}}}
which even with #12091 are incorrectly processed
{{{
sage: b[0] <= 555*b[1] >= 2
2 <= x_0 <= 555*x_1
sage: b[0] <= 555*b[1] == 2
555*x_1 == 2
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13696>
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.