MKuranowski / pyroutelib3

Simple routing over OpenStreetMap data
https://pyroutelib3.readthedocs.io/
GNU General Public License v3.0
79 stars 24 forks source link

Router does not initially check if start and end nodes are the same #6

Closed joemolloy closed 6 years ago

joemolloy commented 6 years ago

This results in a full graph search, which takes a long time on a large network.

MKuranowski commented 6 years ago

Well, technically that's not part of the A* algorithm, that's why it wasn't present. Added in 1.2.