Re: Time Dependent Shortest Path
- From: "Keith Ramsay" <kramsay@xxxxxxx>
- Date: 27 Apr 2005 09:51:42 -0700
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.
I'm sure the best algorithm depends on details that aren't
explicit here, but a lot of these problems can be reduced
to time independent shortest path by treating nodes at
different times as if they are different nodes.
Keith Ramsay
.
- References:
- Time Dependent Shortest Path
- From: chenyan
- Time Dependent Shortest Path
- Prev by Date: Re: "A Proof Of NP not equal P"
- Next by Date: Re: optimized string storage for phrases/dictionary
- Previous by thread: Re: Time Dependent Shortest Path
- Next by thread: interesting graph question- need some help..
- Index(es):
Relevant Pages
|