Skip to content
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

Improve the algorithm for computing k shortest paths #152

Open
kit4a opened this issue Dec 14, 2023 · 0 comments
Open

Improve the algorithm for computing k shortest paths #152

kit4a opened this issue Dec 14, 2023 · 0 comments

Comments

@kit4a
Copy link
Collaborator

kit4a commented Dec 14, 2023

To compute k shortest paths for now we use the HiPOP function KShortestPath which cannot find k different shortest paths in any situation. For example, two bus lines crossing in the center of a manhattan network, there are connected with a transit link there, origin of user is in the left lower corner and destination in the right upper corner.
We find only two different paths with the current algorithm whereas there exists 4 different paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant