#9677: Sage Sets don't implement genuine comparison
--------------------------------+-------------------------------------------
   Reporter:  rlm               |       Owner:  AlexGhitza
       Type:  defect            |      Status:  new       
   Priority:  major             |   Milestone:  sage-4.5.2
  Component:  basic arithmetic  |    Keywords:            
     Author:  Robert Miller     |    Upstream:  N/A       
   Reviewer:                    |      Merged:            
Work_issues:                    |  
--------------------------------+-------------------------------------------
 Right now there is either equals, or less than. If `a != b`, then we get
 `a < b` but not `b > a`:
 {{{
 sage: a = Set([1])
 sage: b = Set([])
 sage: a == b
 False
 sage: a < b
 True
 sage: b > a
 False
 }}}

 This came up in

 http://groups.google.com/group/sage-
 devel/browse_thread/thread/1c058efd05d3b91f

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9677>
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.

Reply via email to