#15327: More minor tableau and skew_tableau optimizations, and moving out
attacking_pairs
-------------------------------------------------+-------------------------
       Reporter:  darij                          |        Owner:
           Type:  enhancement                    |       Status:  new
       Priority:  major                          |    Milestone:  sage-5.13
      Component:  combinatorics                  |   Resolution:
       Keywords:  sage-combinat, tableau,        |    Merged in:
  partition, skew tableau                        |    Reviewers:
        Authors:  Darij Grinberg                 |  Work issues:
Report Upstream:  N/A                            |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:  #15269                         |
-------------------------------------------------+-------------------------

Comment (by darij):

 Ready for review.

 The `restriction_shape` method has been introduced in `tableau.py` because
 it is at least twice faster than `restrict(i).shape()` (probably due to
 the hackery with exceptions in the latter) and the shape of the
 restriction seems to be used more often than the restriction itself. The
 `restriction_outer_shape` method in `skew_tableau.py` is arguably less
 useful (it is only about 20% faster than `restrict(i).outer_shape()` in
 the cases I checked) and I will remove it if you think it clutters up
 stuff.

 Some of the doc bugs fixed here are due to me *oops*.

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