osrm-backend/src/engine/routing_algorithms
Michael Krasnyk 59b70c4d11 Make CoreCH SearchEngineData inherited from CH one
this allows to keep a single Algorithm template parameter in internal
interfaces as

template <typename Algorithm>
search(SearchEngineData<Algorithm> &,
       const datafacade::ContiguousInternalMemoryDataFacade<Algorithm> &, ...)
2017-04-12 10:54:09 +00:00
..
alternative_path.cpp add Algorithm parameter to SearchEngineData 2017-04-06 10:36:40 +02:00
direct_shortest_path.cpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
many_to_many.cpp add Algorithm parameter to SearchEngineData 2017-04-06 10:36:40 +02:00
map_matching.cpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
routing_base_ch.cpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
routing_base.cpp implement MLD shortest path plugin 2017-04-06 10:36:40 +02:00
shortest_path.cpp Make CoreCH SearchEngineData inherited from CH one 2017-04-12 10:54:09 +00:00
tile_turns.cpp itroduce ADL via algorithm specific ch, corech and mld namespaces 2017-04-06 10:36:40 +02:00