Reply: Time dependent shortest path
- From: chenyan2002@xxxxxxxxx (chenyan)
- Date: 26 Apr 2005 21:47:28 -0700
Shaddin Doghmi wrote:
>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....
yes, time is discrete and indexed using the natural numbers, and the
weight of an edge is given by f(e,k). And it takes f(e,k) timesteps to
cross an edge starting at time k, we can stand still at a node. The
goal is to find the minimal time to travel from node s to all the
other nodes starting at time k, one can also wait at node s.
Could you give me some survey about this problems? thanks.
.
- Follow-Ups:
- Re: Reply: Time dependent shortest path
- From: wade
- Re: Reply: Time dependent shortest path
- Prev by Date: Re: optimized string storage for phrases/dictionary
- Next by Date: Any solution to this problem?
- Previous by thread: n edges shortest path
- Next by thread: Re: Reply: Time dependent shortest path
- Index(es):