osrm-backend/include/contractor
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_options.hpp Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
contractor.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
crc32_processor.hpp Run clang-format 2016-01-08 01:31:57 +01:00
processing_chain.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
query_edge.hpp Run clang-format 2016-01-08 01:31:57 +01:00