#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 hivert):
> then the bot will be happy.
But Sphinx, the documentation generator, will be disturbed if you don't
put a
blank line after {{{EXAMPLE::}}}. So the correct markup is:
{{{
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]]
}}}
Florent
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12569#comment:4>
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.