forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 2
GSOC2012 Razequl Islam R6
zibon edited this page Jun 29, 2012
·
3 revisions
For the sixth week I had the following plans :
- start implementation of bidirectional A* search.
- Investigate and fix the regarding undirected graph in the wrapper class of bidirectional dijkstra.
- If possible then test performence of bidirectional dijkstra on a larger sample.
I have already done the following tasks:
- Started the implementation of bidirectional A* search. I hope to finish it by next week.
- Downloaded another road network from OSM. But it is also too small for testing.
- Finish up the implementation of A* search and test it on the sample networks I have.