#10446: Schuetzenberger involution and promotion operator
-------------------------------------------------------------+--------------
Reporter: ebeyerstedt | Owner:
sage-combinat
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-4.7
Component: combinatorics | Keywords:
schuetzenberger, involution, words
Author: Erin Beyerstedt, Ilke Canakci, Anne Schilling | Upstream:
N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------------------------------------+--------------
Comment(by nthiery):
Replying to [comment:12 jbandlow]:
> Thanks for the patch! I am happy to review this. The biggest issue I
have right now is the name of the function 'has_letter'. I think that a
function with that name should just return True or False. I think what I
would prefer is for the method 'cells' to include an optional parameter.
So, something like the following behavior:
> {{{
> sage: t = Tableau([[1,2],[2]])
> sage: t.cells()
> [(0, 0), (0, 1), (1, 0)]
> sage: t.cells(2)
> [(0, 1), (1, 0)]
> }}}
>
> What do you think?
What about:
{{{
sage: t.cells_containing(2)
[(0,1), (1,0)]
}}}
to not pollute ``cells`` with more logic?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10446#comment:13>
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.