#7227: [with patch] Improving factor complexity of words functions
-----------------------------+----------------------------------------------
Reporter: slabbe | Owner: slabbe
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.2.1
Component: combinatorics | Keywords: factor complexity
Work_issues: | Author:
Reviewer: vdelecroix | Merged:
-----------------------------+----------------------------------------------
Comment(by slabbe):
> Remark for future: the graph rendering is quite bad because word renders
"word: xxxx"
One way to avoid the {{{word: }}} identifier is to set it empty using
{{{
sage: WordOptions(identifier='')
sage: Word(range(10))
0123456789
}}}
but it affects not only the vertices of the Rauzy graph but every single
print of a word which might not be exactly what you want...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7227#comment:9>
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
-~----------~----~----~----~------~----~------~--~---