osrm-backend/routing_algorithms
2015-09-01 15:20:34 +02:00
..
alternative_path.hpp Fix inversion of sign 2015-06-17 23:25:16 +02:00
direct_shortest_path.hpp Make sure to terminate when the core heaps are empty 2015-08-19 12:27:44 +02: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 Move calculate_coordinate to algorithms/ 2015-08-12 13:02:18 +02:00
routing_base.hpp Move calculate_coordinate to algorithms/ 2015-08-12 13:02:18 +02:00
shortest_path.hpp Fix inversion of sign 2015-06-17 23:25:16 +02:00
trip_brute_force.hpp remove possibility to choose algorithm but only use brute force and farthest insertion 2015-09-01 15:20:34 +02:00
trip_farthest_insertion.hpp rename all names with round_trip, trip or tsp to trip to standardize the naming 2015-09-01 15:20:34 +02:00
trip_nearest_neighbour.hpp rename all names with round_trip, trip or tsp to trip to standardize the naming 2015-09-01 15:20:34 +02:00
trip_tabu_search.hpp rename all names with round_trip, trip or tsp to trip to standardize the naming 2015-09-01 15:20:34 +02:00