Re: Finding longest path between two vertices
- From: Joachim Pimiskern <JoachimPimiskern@xxxxxx>
- Date: Mon, 18 Jun 2007 07:31:59 +0200
Tim Frink schrieb:
> Do you see any problems with my suggestion of negating
> the edge weights and than search the shortest path?
It's not you, who will assign edge weights to the
original graph, it's the user of your algorithm.
To get a Hamiltonian path, he'll set all edges
to the same value, e.g. 1.
Regards,
Joachim
.
- Follow-Ups:
- References:
- Finding longest path between two vertices
- From: Tim Frink
- Re: Finding longest path between two vertices
- From: estrabd
- Re: Finding longest path between two vertices
- From: Tobias Columbus
- Re: Finding longest path between two vertices
- From: Robby Goetschalckx
- Re: Finding longest path between two vertices
- From: Tim Frink
- Finding longest path between two vertices
- Prev by Date: Re: Problem with RB trees
- Next by Date: Re: Finding longest path between two vertices
- Previous by thread: Re: Finding longest path between two vertices
- Next by thread: Re: Finding longest path between two vertices
- Index(es):