generate-shapes/src/util/graph
Patrick Brosi 4c29892658 * speed up hop-to-hop calculations
* better and faster trip clustering: trip tries
* add --write-colors to extract line colors from OSM data
* refactor config parameter names, update default pfaedle.cfg
* add --stats for writing a stats.json file
* add --no-fast-hops, --no-a-star, --no-trie for debugging
* general refactoring
2022-01-04 17:19:27 +01:00
..
robin * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Algorithm.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Algorithm.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
BiDijkstra.cpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
BiDijkstra.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
BiDijkstra.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Dijkstra.cpp initial commit 2018-06-09 17:14:08 +02:00
Dijkstra.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Dijkstra.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
DirGraph.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
DirGraph.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
DirNode.h clean up and refactor half-baked development commits and squash them into a new version. 2019-01-12 01:08:13 +01:00
DirNode.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Edge.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Edge.tpp initial commit 2018-06-09 17:14:08 +02:00
EDijkstra.cpp initial commit 2018-06-09 17:14:08 +02:00
EDijkstra.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
EDijkstra.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Graph.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Graph.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
Node.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
radix_heap.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
ShortestPath.h * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
ShortestPath.tpp initial commit 2018-06-09 17:14:08 +02:00
UndirGraph.h initial commit 2018-06-09 17:14:08 +02:00
UndirGraph.tpp * speed up hop-to-hop calculations 2022-01-04 17:19:27 +01:00
UndirNode.h clean up and refactor half-baked development commits and squash them into a new version. 2019-01-12 01:08:13 +01:00
UndirNode.tpp initial commit 2018-06-09 17:14:08 +02:00