#5017: [with patch, positive review] graph.automorphism_group(translation=True)
gives error in 3.2.3
--------------------------+-------------------------------------------------
Reporter: jsp | Owner: rlm
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: graph theory | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Changes (by jsp):
* summary: [with patch, needs review]
graph.automorphism_group(translation=True)
gives error in 3.2.3 => [with patch, positive
review]
graph.automorphism_group(translation=True)
gives error in 3.2.3
Comment:
After the patch:
{{{
----------------------------------------------------------------------
| Sage Version 3.2.3, Release Date: 2009-01-05 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: sage: foo = Graph()
sage: sage: foo.add_edges([(0,1,1),(1,2,2), (2,3,3)])
sage: sage: foo.automorphism_group(translation=True)
(Permutation Group with generators [(1,2)(3,4)], {0: 4, 1: 1, 2: 2, 3:
3})
sage:
}}}
looking at the code, patch seems ok.
Jaap
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5017#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---