use SCC code for exploration of components

This commit is contained in:
Dennis Luxen
2014-12-23 12:27:04 +01:00
parent 47f65ccba6
commit 8d8724b3e1
3 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
auto tarjan = osrm::make_unique<TarjanSCC<TarjanDynamicGraph>>(graph,
restriction_map,
bollard_node_list);
tarjan->Run();
tarjan->run();
// output
TIMER_START(SCC_RUN_SETUP);