#8703: Combinatorial Rooted Ordered and Binary Trees
-----------------------------------------------------+----------------------
Reporter: hivert | Owner: hivert
Type: enhancement | Status:
needs_work
Priority: major | Milestone: sage-5.1
Component: combinatorics | Resolution:
Keywords: trees, Cernay2012 | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Florent Hivert, Frédéric Chapoton | Merged in:
Dependencies: #8702 | Stopgaps:
-----------------------------------------------------+----------------------
Comment (by chapoton):
Hello,
Nathan, your review patch has 2 problems :
* there lacks the ticket number in the first line of the description
* there is a trailing whitespace, see the bot report for the exact
location
Florent, it seems the you are using several non-existing options for
DiGraph, unless these options are introduced in another ticket ?
{{{
DiGraph(loop=False, layout='tree', tree_root=0)
}}}
I guess it has to be replaced by
{{{
DiGraph(loops=False)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8703#comment:15>
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.