Menu

#10 All Edges are directed instead of bi-directional

open
rmiesen
9
2009-02-13
2009-02-13
rmiesen
No

Creating a "bi-directional" edge in Graph# in fact creates directed edges.

Method to reproduce:

1. Create a four-vertex cyclic graph by connecting v1 to v2, v3 to v2, v1 to v4, and v3 to v4.
2. Apply the Eularian Trail algorithm to the graph.

Result: Nothing in the graph is selected, even though the graph, if it were being evaluated in a bi-directional manner, would be Eular.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.