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

Add Two-Way Astar #89

Closed
dkastl opened this issue May 4, 2013 · 3 comments
Closed

Add Two-Way Astar #89

dkastl opened this issue May 4, 2013 · 3 comments

Comments

@dkastl
Copy link
Member

dkastl commented May 4, 2013

Initially received as a patch there is now also a Github repository for the original "Two Way A-Star" algorithm": https://github.com/sroycode/tway

And there is also a fork of pgRouting, which contains the algorithm: https://github.com/sroycode/pgrouting

@woodbri
Copy link
Contributor

woodbri commented May 14, 2013

Is this different from the bi-direction dijkstra and astar algorithms that are already part of 2.0?

@dkastl
Copy link
Member Author

dkastl commented May 14, 2013

I don't know. But just see this ticket as a reminder. That'S why I added it to 2.1 Milestone, so don't need to think about now.

@cvvergara
Copy link
Member

I was looking at the code of the link, @woodbri is correct, its the bidirectional A* as we know it in pgRouting.
On I will label pgr_bdAstar for version 2.5 on the rewrite, also have the same options for the heuristics mentioned here:
http://docs.pgrouting.org/2.4/en/src/astar/doc/astar.html#heuristic
I'll close this issue: as it is pgr_bdastar,
and open a new issue mentioning the rewrite expectations.

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

3 participants