#14772: Remove CombinatorialClass from Permutations
---------------------------------------+------------------------------------
       Reporter:  tscrim               |         Owner:  sage-combinat
           Type:  enhancement          |        Status:  needs_review 
       Priority:  major                |     Milestone:  sage-5.11    
      Component:  combinatorics        |    Resolution:               
       Keywords:  days49               |   Work issues:               
Report Upstream:  N/A                  |     Reviewers:               
        Authors:  Travis Scrimshaw     |     Merged in:               
   Dependencies:  #8386 #14519 #14808  |      Stopgaps:               
---------------------------------------+------------------------------------

Comment (by darij):

 Looks like MRO. The class Arrangements inherits from Permutations.
 Permutations of a multiset have their own cardinality() method, which
 gives the (wrong) 1260 answer in this case. The correct 22 answer is
 obtained by the standard cardinality() method of FiniteEnumeratedSets (?)
 which just takes the length of the list().

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14772#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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to