Hello all, The option "simple=True" to create a simple Cayley graph (as opposed to a digraph) does not seem to work for me in sage 4.5.3. A small example follows. What am I doing wrong?
sage: c6=CyclicPermutationGroup(6) sage: c6.list() [(), (1,2,3,4,5,6), (1,3,5)(2,4,6), (1,4)(2,5)(3,6), (1,5,3)(2,6,4), (1,6,5,4,3,2)] sage: a=_[1]; b=_[3]; c=_[5] sage: cg=c6.cayley_graph(generators=(a,b,c),simple=True) sage: cg Digraph on 6 vertices -- 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 URL: http://www.sagemath.org