#8908: Add the Young subgroup method to symmetric groups
---------------------------------------+------------------------------------
       Reporter:  jipilab              |         Owner:  joyner     
           Type:  enhancement          |        Status:  needs_work 
       Priority:  minor                |     Milestone:  sage-5.1   
      Component:  group theory         |    Resolution:             
       Keywords:                       |   Work issues:             
Report Upstream:  N/A                  |     Reviewers:  Mike Hansen
        Authors:  Jean-Philippe Labbé  |     Merged in:             
   Dependencies:                       |      Stopgaps:             
---------------------------------------+------------------------------------
Changes (by chapoton):

  * status:  needs_review => needs_work


Comment:

 Well, this seems ok to me. I would rather replace

 {{{
 gen = self((domain[pos + i], domain[pos + i + 1]))
 gens.append(gen)
 }}}

 by the single line
 {{{
 gens.append(self((domain[pos + i], domain[pos + i + 1])))
 }}}

 I am a bit puzzled by the "PluginFailed" given by the bot. What is the
 meaning of ValueError("Mercurial queue boilerplate") ?

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