> Hi. Is there an algorithm or a simple way in networkx to go through
> the graph (directed) and traverse all edges? Using an edge multiple
> times is not a problem, I just need to be sure every edge is visited
> at least once.
Maybe I am missing something, but why doesn't G.edges() work?
I think he wants a walkable path. The next edge should start where the
previous ended.
> Message du 08/04/12 12:00
> De : "Daπid"
> A : networkx...@googlegroups.com
> Copie à :
> Objet : Re: [networkx-discuss] Traverse all edges, at least once.
>
> On Sat, Apr 7, 2012 at 5:15 PM, Dan Schult wrote:
> > Maybe I am missing something, but why doesn't G.edges() work?
>
> I think he wants a walkable path. The next edge should start where the
> previous ended.
>
> --
> You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
> To post to this group, send email to networkx...@googlegroups.com.
> To unsubscribe from this group, send email to networkx-discu...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/networkx-discuss?hl=en.
>
>