osrm-backend/plugins
Chau Nguyen b15f8f68e4 refactor and improve the round trip computation of multiple SCCs
Problem:
- old solution was slow
- depending on the result of TarjanSCC, new distance tables and new phantom node vectors were created to run tsp on it

Solution:
- dont create new distance tables and phantom node vectors
- pass an additional vector with the information which locations are in the same component and ignore all others

fix bug for scc split computation
2015-09-01 15:20:33 +02:00
..
distance_table.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
hello_world.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
locate.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
match.hpp Modernize the code base to C++11 standards and beyond. 2015-08-18 12:56:34 +02:00
nearest.hpp - output only get escaped when actually output. Better seperation of functionality 2015-02-26 10:11:33 +01:00
plugin_base.hpp reorder includes, fixes style regression from commit fdf2e59. 2015-02-26 16:09:48 +01:00
round_trip_BF.hpp refactor and improve the round trip computation of multiple SCCs 2015-09-01 15:20:33 +02:00
round_trip_FI.hpp refactor and improve the round trip computation of multiple SCCs 2015-09-01 15:20:33 +02:00
round_trip_NN.hpp refactor and improve the round trip computation of multiple SCCs 2015-09-01 15:20:33 +02:00
round_trip.hpp refactor and improve the round trip computation of multiple SCCs 2015-09-01 15:20:33 +02:00
timestamp.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
viaroute.hpp Only swap nodes if it contains a big component 2015-08-06 13:20:29 +02:00