#19737: SetPartition.to_permutation().cycle_tuples() is not the identity
-------------------------------------+-------------------------------------
       Reporter:  mantepse           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-7.0
      Component:  combinatorics      |   Resolution:
       Keywords:  set partitions,    |    Merged in:
  permutations                       |    Reviewers:
        Authors:  Martin Rubey       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  c6a3939d2e18efe3906e1f959dc5c019c921a944
  u/mantepse/setpartition_to_permutation___cycle_tuples___is_not_the_identity|  
   Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by mantepse):

 Well, that's why I hate python.  A better solution (in my opinion) would
 be to have conditionally exported methods.  Or, lacking this, the
 possibility to have a function and a class of the same name, eg.,
 {{{SetPartition}}} would be a function that return an instance of a class
 of the *same* name, or an instance of {{{IntegerSetPartition}}}.

 In fact, that's sort of doable, but it seems to involve a fair bit of
 work: I can have a class that is simultaneously a function, using
 {{{__classcall_private__}}}.  And it seems to be working hard against
 python.

 Can you give this ticket positive review now?

--
Ticket URL: <http://trac.sagemath.org/ticket/19737#comment:27>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to