forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Gsoc2012 jinfu leng r4
jinfu-leng edited this page Jun 16, 2012
·
2 revisions
- implemented the interfaces of the algorithm. The framework is completely done, and right now users can call the function by executing SQL commands.
- translating the algorithm to fit the data structure of the C++ library "boost". It is kind of not easy, since I did not access this library before and C++ templates are widely used in the library. I am trying to use the basic queue as the temporary buffer in the algorithm, and I would like to implement the template of the two_queue later.
- continue translating the algorithm