#7145: Interval exchange transformations
-----------------------------+----------------------------------------------
   Reporter:  vdelecroix     |       Owner:  vdelecroix       
       Type:  enhancement    |      Status:  needs_work       
   Priority:  major          |   Milestone:  sage-4.3         
  Component:  combinatorics  |    Keywords:                   
Work_issues:                 |      Author:  Vincent Delecroix
   Upstream:  N/A            |    Reviewer:                   
     Merged:                 |  
-----------------------------+----------------------------------------------

Comment(by slabbe):

 Vincent, I tried your code again with Thierry Monteil who knows better
 this field and he liked all the functions you implemented.

 He suggested that you change Permutation* to `LabelledPermutation` or
 `PermutationwithLabel`... up to you.

 Also, I notice the following. I think it should be a method and not an
 attribute :

 {{{
 sage: p = Permutation([4,3,2,1])
 sage: pp = PermutationIET(p)
 sage: pp.alphabet
 Ordered Alphabet [1, 2, 3, 4]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7145#comment:5>
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