#12569: Implementation of permutohedron intervals
-----------------------------------------------+----------------------------
Reporter: giraudo | Owner: sage-combinat
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.6
Component: combinatorics | Resolution:
Keywords: Permutations; Permutohedron | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Samuele Giraudo | Merged in:
Dependencies: | Stopgaps:
-----------------------------------------------+----------------------------
Comment (by chapoton):
Hello,
could you please add documentation to the first function ? one indirect
doctest would be fine, for example,
{{{
EXAMPLES::
sage: Permutation([2, 1, 4, 5,
3]).right_permutohedron_interval(Permutation([2, 5, 4, 1, 3])) # indirect
doctest
[[2, 1, 4, 5, 3], [2, 1, 5, 4, 3], [2, 4, 1, 5, 3], [2, 4, 5, 1, 3],
[2, 5, 1, 4, 3], [2, 5, 4, 1, 3]]
}}}
then the bot will be happy.
Cheers,
F
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12569#comment:3>
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.