#15361: Branching Rules for Exceptional Groups
-------------------------------------+-------------------------------------
       Reporter:  bump               |        Owner:  bump
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.1
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  bump               |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/combinat/15361-branching-   |  faec22739d4590ddc1cc5d72490f5381fbb908fd
  rules                              |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vbraun):

 I'm looking at the code and its great. One worry that I have is that the
 global `maximal_subgroups` can lead to confusion, as a user would probably
 expect
 {{{
 sage: maximal_subgroups(SymmetricGroup(4))
 }}}
 to work as well. Also, global functions can't be discovered through tab
 completion. Is there any reason for not making it a method like
 {{{
 sage: A4 = WeylCharacterRing('A4')
 sage: A4.maximal_subgroups()
 }}}
 Also, it is nice to be able to print a table of subgroups but the most
 useful thing in actual computations is to return objects that one can work
 with. So maybe make `mode='get_rule'` the default?

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