On Thu, Jan 09, 2014 at 08:02:34AM -0800, kcrisman wrote:
> This is now http://trac.sagemath.org/ticket/15656
> 
> On Thursday, January 9, 2014 11:00:03 AM UTC-5, kcrisman wrote:
> >
> >
> >


Temporary workaround with relabel():

sage: G1=Graph(':H`ECw@HGXGAGUG`e');G1.relabel();G1.relabel(lambda x: 
x+1);G=G1.automorphism_group();sg=G.subgroups()
sage: (G.gens(),sg[1].gens(),G.gens()==sg[1].gens())
([(1,8)(2,5)(3,4)(7,9)], [(1,8)(2,5)(3,4)(7,9)], True)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to