osrm-backend/include/engine/routing_algorithms
Moritz Kobitzsch 1c1bfd7541 Fix routing when start and target are on the same segment
Fixes issue #1864. Given the simple set-up:

a --> b --> c
^-----------|

This would translate into an edge based graph (ab) -> (bc),
(bc) -> (ca), (ca) -> (ab).

Starting at the end of the one-way street (ab) and going to
the beginning, the query has to find a self-loop within the
graph (ab) -> (bc) -> (ca) -> (ab), as both nodes map to the
same segment (ab).
2016-01-19 23:26:19 +01:00
..
alternative_path.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
direct_shortest_path.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
many_to_many.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
map_matching.hpp Run clang-format 2016-01-08 01:31:57 +01:00
routing_base.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
shortest_path.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00