-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSRM's edge-expansion [document] #4851
Comments
@kkdd No it refers to creating a turn-based graph where edges are turns and nodes are street segments. We need this to model turn restrictions. |
@danpat did a beautiful job of visualizing these concepts in: https://github.com/Project-OSRM/osrm-backend/wiki/Graph-representation Closing here as not actionable. |
Thank you. |
Hi @kkdd, I think if you ask about pure graph theory, it's difficult to say because it only applies to graphs with turn restrictions. I guess the original graph is a graph with turn restriction and the edge-expanded graph is a dual graph representation. However, I did a quick google search, and in route planning there seem to be different expressions used: tl;drThere is no clearly defined name for this transformation |
Hello, |
Hello,
Is OSRM's edge-expansion related to the edge-expansion in graph theory?
The text was updated successfully, but these errors were encountered: