Re: Time Dependent Shortest Path
- From: Shaddin Doghmi <shaddin@xxxxxxxxx>
- Date: Tue, 26 Apr 2005 14:57:10 -0400
you probably need to specify the problem more formally... for example, one way to interpret the problem would be:
time is discrete, and indexed using the natural numbers (starts at 0), and the weight of an edge is given by a function f(e,k) where e is the edge and k is the time. Given that it takes 1 time step to cross an edge, and one can stand still at a node, what is the shortest distance between two nodes.
different interpretation: it takes f(e,k) timesteps to cross an edge starting at time k
can you stand still at a node?
basically, there are different possible formalizations of this....
chenyan wrote:
What's the best known algorithm for time dependent shortest path problems? The difference compared to normal shortest path problem is the weight of each edge can be dynamically changing according to time.
.
- References:
- Time Dependent Shortest Path
- From: chenyan
- Time Dependent Shortest Path
- Prev by Date: Re: overall-longest-possible-path problem
- Next by Date: Re: overall-longest-possible-path problem
- Previous by thread: Time Dependent Shortest Path
- Next by thread: Re: Time Dependent Shortest Path
- Index(es):
Relevant Pages
|