#6858: [with patch, positive review] Cayley graph connecting set
--------------------------+-------------------------------------------------
Reporter: rlm | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: graph theory | Keywords:
Reviewer: | Author: Robert Miller
Merged: |
--------------------------+-------------------------------------------------
Comment(by ncohen):
Applies fine, documented,does its job.... Positive review ! ;-)
When testing the patch, I tried ( among others ) :
{{{
sage: len(g.cayley_graph(connecting_set=[(1,2)]).connected_components())
60
sage:
len(g.cayley_graph(connecting_set=[(1,2),(2,3)]).connected_components())
20
sage:
len(g.cayley_graph(connecting_set=[(1,2),(2,3),(3,4)]).connected_components())
5
}}}
If you think it useful, it could also be included in the examples
contained in the docstring, even though there are already two and it may
not be necessary at all :-)
Nathann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6858#comment:4>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---