wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 4 forks source link

Double edges in SVN #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The SVN version of the program is producing double edges for undirected
graphs when writing to a dot file or the such. The attached patch fixes
that by checking to see if an edge has already been added to dotG before
adding it.

Thanks a bunch.

PS: please tell me if I'm doing something wrong... I'm a long-time user of
free/open source software, but I'm new to contributing...

Original issue reported on code.google.com by raydo...@gmail.com on 14 Mar 2009 at 12:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by christian.muise on 14 Mar 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Resolved. An additional check for directed graphs was put in (since we may want 
both
edges added if the graph is directed).

  Thanks for the feedback!

Original comment by christian.muise on 18 Mar 2009 at 2:16