Shortest path with intermediate nodes algorithm
- From: acamposr@xxxxxxxxx
- Date: 25 Aug 2006 12:26:47 -0700
Hello. I am looking for a shortest path algorithm with the restriction
of passing through several intermediate nodes.
That is:
INPUT: First Node A, Destination Node B, and a list of intermediate
nodes N1,N2...Nk.
OUTPUT: heuristic aproximation of the shortest path which goes through
A,N1,N2...Nk,B.
What I really am looking for is an algorithm to plan routes in a road
map with several stops.
Thanks in advance!
.
- Follow-Ups:
- Re: Shortest path with intermediate nodes algorithm
- From: A . L .
- Re: Shortest path with intermediate nodes algorithm
- Prev by Date: optimal way in graph?
- Next by Date: Re: Shortest path with intermediate nodes algorithm
- Previous by thread: optimal way in graph?
- Next by thread: Re: Shortest path with intermediate nodes algorithm
- Index(es):
Relevant Pages
|