When I run
g4=Graph({'H':['G','L','L','D'],'L':['G','D']})
g4.eulerian_circuit()I get the error message Traceback (click to the left of this block for traceback) ... RuntimeError: Vertex (L) not in the graph. This seems to be an error in the routine. -- 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-support URL: http://www.sagemath.org
