osrm-backend/include/util
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
..
bearing.hpp Run clang-format 2016-01-08 01:31:57 +01:00
binary_heap.hpp Run clang-format 2016-01-08 01:31:57 +01:00
cast.hpp Run clang-format 2016-01-08 01:31:57 +01:00
compute_angle.hpp Inline mercator transformations; no need for separate translation unit 2016-01-11 20:10:45 +01:00
container.hpp Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
coordinate_calculation.hpp Define compile-time constants for coordinate calculation only once 2016-01-12 19:59:02 +01:00
datastore_options.hpp Run clang-format 2016-01-08 01:31:57 +01:00
deallocating_vector.hpp Run clang-format 2016-01-08 01:31:57 +01:00
debug_geometry.hpp Run clang-format 2016-01-08 01:31:57 +01:00
dist_table_wrapper.hpp Run clang-format 2016-01-08 01:31:57 +01:00
dynamic_graph.hpp Run clang-format 2016-01-08 01:31:57 +01:00
fingerprint_impl.hpp.in Add namespace around all files 2016-01-08 01:30:52 +01:00
fingerprint.hpp Run clang-format 2016-01-08 01:31:57 +01:00
floating_point.hpp Run clang-format 2016-01-08 01:31:57 +01:00
for_each_pair.hpp Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
graph_loader.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
graph_utils.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
hilbert_value.hpp Run clang-format 2016-01-08 01:31:57 +01:00
ini_file.hpp Anonymous namespaces in header files are bad 2016-01-19 17:42:49 +01:00
integer_range.hpp Run clang-format 2016-01-08 01:31:57 +01:00
io.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
iso_8601_duration_parser.hpp Run clang-format 2016-01-08 01:31:57 +01:00
json_logger.hpp Run clang-format 2016-01-08 01:31:57 +01:00
json_renderer.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
json_util.hpp Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
lua_util.hpp Run clang-format 2016-01-08 01:31:57 +01:00
make_unique.hpp Run clang-format 2016-01-08 01:31:57 +01:00
matching_debug_info.hpp Run clang-format 2016-01-08 01:31:57 +01:00
matrix_graph_wrapper.hpp Run clang-format 2016-01-08 01:31:57 +01:00
mercator.hpp Inline mercator transformations; no need for separate translation unit 2016-01-11 20:10:45 +01:00
node_based_graph.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
osrm_exception.hpp Run clang-format 2016-01-08 01:31:57 +01:00
percent.hpp Run clang-format 2016-01-08 01:31:57 +01:00
range_table.hpp Run clang-format 2016-01-08 01:31:57 +01:00
rectangle.hpp Run clang-format 2016-01-08 01:31:57 +01:00
routed_options.hpp Run clang-format 2016-01-08 01:31:57 +01:00
shared_memory_vector_wrapper.hpp Run clang-format 2016-01-08 01:31:57 +01:00
simple_logger.hpp Run clang-format 2016-01-08 01:31:57 +01:00
static_graph.hpp Run clang-format 2016-01-08 01:31:57 +01:00
static_rtree.hpp Inline mercator transformations; no need for separate translation unit 2016-01-11 20:10:45 +01:00
std_hash.hpp Anonymous namespaces in header files are bad 2016-01-19 17:42:49 +01:00
string_util.hpp Prefer inline over static inline for free standing functions 2016-01-08 23:33:31 +01:00
timing_util.hpp Run clang-format 2016-01-08 01:31:57 +01:00
tribool.hpp Run clang-format 2016-01-08 01:31:57 +01:00
trigonometry_table.hpp Run clang-format 2016-01-08 01:31:57 +01:00
typedefs.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
version.hpp.in Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
xml_renderer.hpp Add namespace around all files 2016-01-08 01:30:52 +01:00
xor_fast_hash_storage.hpp Run clang-format 2016-01-08 01:31:57 +01:00
xor_fast_hash.hpp Run clang-format 2016-01-08 01:31:57 +01:00