[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] Shortest circuit (distance to self)
From: |
Nicholas Dahm |
Subject: |
[igraph] Shortest circuit (distance to self) |
Date: |
Wed, 27 Jun 2012 20:04:46 +1000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi All,
For reasons I won't get into, I wish to find the shortest path from a node to
itself, passing each edge only once in a simple undirected graph. For a
directed graph, this is easy, however on an undirected graph I see no easy way
to do this other than to write my own best-first search algorithm. My graphs
are simple (no self-edges and no more than 1 edge between 2 nodes).
Any thoughts?
cheers
Nick
- [igraph] Shortest circuit (distance to self),
Nicholas Dahm <=
- Re: [igraph] Shortest circuit (distance to self), Gábor Csárdi, 2012/06/27
- Re: [igraph] Shortest circuit (distance to self), Moses Boudourides, 2012/06/27
- Re: [igraph] Shortest circuit (distance to self), Gábor Csárdi, 2012/06/27
- Re: [igraph] Shortest circuit (distance to self), Moses Boudourides, 2012/06/27
- Re: [igraph] Shortest circuit (distance to self), Nicholas Dahm, 2012/06/27
- Re: [igraph] Shortest circuit (distance to self), Moses Boudourides, 2012/06/28
- Re: [igraph] Shortest circuit (distance to self), Nicholas Dahm, 2012/06/28