osrm-backend/routing_algorithms
Dennis Luxen d43716612b several copyedits to brush up code
- remove unneeded includes
- replace size() <==> 0 comparisions with calls to empty()
- use fp instead of integer literals
- use range-based for loops with integer ranges
- add a couple of consts
2015-03-03 18:17:12 +01:00
..
alternative_path.hpp use CRTP instead of virtual functions in routing plugins 2015-03-02 11:55:55 +01:00
many_to_many.hpp use CRTP instead of virtual functions in routing plugins 2015-03-02 11:55:55 +01:00
map_matching.hpp several copyedits to brush up code 2015-03-03 18:17:12 +01:00
routing_base.hpp further untangle model from functionality and put classes into seperate headers 2015-03-03 14:22:52 +01:00
shortest_path.hpp use CRTP instead of virtual functions in routing plugins 2015-03-02 11:55:55 +01:00