Nikos Apostolakis wrote:
> The "translation=True" flag does not work after upgrading to sage 3.2.3
> I am not sure when this behaviour was introduced.  In version 2.10.2 it
> works fine, unfortunately I don't have a more recent old sage to check.
> 
>   sage: foo = Graph()
>   sage: foo.add_edges([(0,1,1),(1,2,2), (2,3,3)])
>   sage: foo.automorphism_group(translation=True)


This worked in sage-3.1.2 and before, giving
  (Permutation Group with generators [(1,2)(3,4)], {0: 4, 1: 1, 2: 2, 3: 3})

In sage-3.2.1 and later this fails.

Jaap


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to