]> git.tdb.fi Git - r2c2.git/commitdiff
Add a distance metric to turn the routing into an A* search
authorMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2014 17:22:31 +0000 (20:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2014 17:22:31 +0000 (20:22 +0300)
The original straightforward implementation exploded in complexity much
sooner than I expected.  The reasons are not entirely clear, but the
inability to converge states and drop those where the same position was
already reached through a faster path may have something to do with it.


No differences found