osrm-backend/unit_tests
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
..
engine Make PolylineCompresser's encode and decode free standing functions 2016-01-09 19:55:22 +01:00
extractor Add namespace around all files 2016-01-08 01:30:52 +01:00
fixtures Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
io Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
util Add namespace around all files 2016-01-08 01:30:52 +01:00
engine_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
extractor_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
io_tests.cpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
util_tests.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00