osrm-backend/include/engine/routing_algorithms
Daniel Patterson 49441fe204 Make forward/reverse weight/offset calculated at query time,
rather than being cached in the StaticRTree.  This means we
can freely apply traffic data and not have stale values lying
around.  It reduces the size of the RTree on disk, at the expense
of some additional data in RAM.
2016-03-03 10:49:12 -08:00
..
alternative_path.hpp Fixes Alternative Routing when including loops 2016-01-28 16:33:07 +01:00
direct_shortest_path.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
many_to_many.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00
map_matching.hpp Revert "Folds json_* utilities into json subfolder and adapts includes" 2016-02-12 15:46:24 -08:00
routing_base.hpp Make forward/reverse weight/offset calculated at query time, 2016-03-03 10:49:12 -08:00
shortest_path.hpp Fix routing when start and target are on the same segment 2016-01-19 23:26:19 +01:00