osrm-backend/include
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
..
contractor Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
datastore Fix shared memory non-copyable properties 2016-01-19 17:44:07 +01:00
engine Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
extractor Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
osrm Run clang-format 2016-01-08 01:31:57 +01:00
server Fix race condition in osrm-routed HTTP server 2016-01-13 23:21:45 +01:00
util Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00