It seems to be a more general bug in the function *graphs()*. Even this code fails to give any output: def isc(g): return g.is_clique() Genn = graphs(3, isc) [_ for _ in Genn]
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org