Re: overall-longest-possible-path problem
- From: Shaddin Doghmi <shaddin@xxxxxxxxx>
- Date: Mon, 25 Apr 2005 11:11:43 -0400
I think what you are looking for is an algorithm for constructing the longest eulerian path in a graph.
Fleury's algorithm might be related. It constructs an eulerian cycle if that is possible. Perhaps it constructs the longest eulerian path starting from a given node?
Alexander Landa wrote:
Hi,
i'm looking for some research papers and algorithms for solving "overall-longest-possible path" problem, that is finding lonegst path between all pairs of nodes in graph (not digraph!) which can contain cycles (multiple vertices but only singe edges) in solution.
I would be very glad, if You can refer to some information for solving this problem.
Thanks for help!
.
- References:
- overall-longest-possible-path problem
- From: Alexander Landa
- overall-longest-possible-path problem
- Prev by Date: Re: P=NP: Linear Programming Formulation of the TSP
- Next by Date: Re: overall-longest-possible-path problem
- Previous by thread: overall-longest-possible-path problem
- Next by thread: Re: overall-longest-possible-path problem
- Index(es):