osrm-backend/include
Michael Bell 6847e49f4f Improvements to maneuver override processing
This change unblocks the osrm-extract debug build, which is
currently failing on a maneuver override assertion.

The processing of maneuver overrides currently has three issues
- It assumes the via node(s) can't be compressed (the failing assertion)
- It can't handle via-paths containing incompressible nodes
- It doesn't interop with turn restriction on the same path

Turn restrictions and maneuver overrides both use the same
from-via-to path representation.
Therefore, we can fix these issues by consolidating their
structures and reusing the path representation for
turn restrictions, which already is robust to the above
issues.

This also simplifies some of the codebase by removing maneuver
override specific path processing.

There are ~100 maneuver overrides in the OSM database, so the
impact on processing and routing will be minimal.
2022-08-24 13:54:36 +01:00
..
contractor Configure Undefined Behaviour Sanitizer (#6290) 2022-08-01 22:40:26 +01:00
customizer Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
engine Add data_version field to responses of all plugins. (#5387) 2022-08-22 21:07:32 +02:00
extractor Improvements to maneuver override processing 2022-08-24 13:54:36 +01:00
guidance Enable even more clang-tidy checks (#6273) 2022-07-04 21:46:59 +01:00
nodejs Add node_osrm support for skip_waypoints parameter (#6060) 2022-08-22 21:47:47 +02:00
osrm Undo libosrm API break by adding old interface as method overload (#5861) 2021-01-27 09:14:44 -08:00
partitioner Enable even more clang-tidy checks (#6273) 2022-07-04 21:46:59 +01:00
server Use Boost.Beast to parse HTTP request (#6294) 2022-08-02 21:12:05 +01:00
storage Add missing files in exception message (#5360) 2022-08-22 08:32:25 +02:00
updater Upgrade formatting to clang-format 10 (#5895) 2020-11-26 07:21:39 -08:00
util Clarify identifier types used in data facade 2022-08-21 21:37:39 +02:00