#11520: solve_ineq with boolean conditions fails
-----------------------------+----------------------------------------------
Reporter: pdehaye | Owner: burcin
Type: defect | Status: needs_info
Priority: major | Milestone: sage-5.4
Component: symbolics | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------+----------------------------------------------
Changes (by chapoton):
* status: new => needs_info
Comment:
Of course, this fails because True is not an inequality.
{{{
sage: [x > 0, 5 > 2]
[x > 0, True]
}}}
Should we really do something to change this behaviour ?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11520#comment:1>
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.