#8810: Implementation of Stanley symmetric functions
-------------------------------------------------------------+--------------
Reporter: aschilling | Owner:
sage-combinat
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
Component: combinatorics | Keywords:
Author: Steve Pon, Anne Schilling, Nicolas M. ThiƩry | Upstream:
N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------------------------------------+--------------
Changes (by nthiery):
* status: needs_review => needs_work
Comment:
Hi Steve!
I pushed a reviewers patch on the Sage-Combinat server. It fixes a bug
or two, improves doctests, removes some unneeded imports, and removes
some unneeded code. By the way, I have rebased the Grothendieck patch.
There are still quite a few missing doctests:
{{{
> sage -coverage combinat/root_system/pieri_factors.py
----------------------------------------------------------------------
combinat/root_system/pieri_factors.py
SCORE combinat/root_system/pieri_factors.py: 77% (28 of 36)
Missing documentation:
* elements(self):
* __classcall__(cls, W, min_length = 0, max_length = infinity,
min_support = frozenset([]), max_support = None):
* maximal_elements_combinatorial(self):
Missing doctests:
* __iter__(self):
* __iter__(self):
* stanley_symm_poly_weight(self,w):
* maximal_elements_combinatorial(self):
* stanley_symm_poly_weight(self, w):
}}}
Please fix them, and look for TODO's in the file!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8810#comment:8>
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.