shortest path with constraints that some nodes can not be on the same pth
- From: "news.usc.edu" <ganglu@xxxxxxx>
- Date: Wed, 15 Jun 2005 13:30:49 -0700
Given a Graph G, and a pair node s, t.
Need to find a shortest path from s to t.
There is a constraint: some nodes may not appear on the same path.
For example, given a path, s, v1, v2, v3, v4,....vp, t.
It would be not a feasible solution if v2 and v4 can not appear on the same
path.
I would be grateful if some one point to me either an existing efficient
algorithm or some insight on how to find one.
thanks a lot!
.
- Follow-Ups:
- Re: shortest path with constraints that some nodes can not be on the same pth
- From: Yajun
- Re: shortest path with constraints that some nodes can not be on the same pth
- From: almeidaraf@xxxxxxxxx
- Re: shortest path with constraints that some nodes can not be on the same pth
- Prev by Date: Re: ZFC
- Next by Date: help with problems on computability needed!!
- Previous by thread: Simplified best time bounds, rectangular matrix multiplication
- Next by thread: Re: shortest path with constraints that some nodes can not be on the same pth
- Index(es):