osrm-backend/src/partition
Moritz Kobitzsch 2ddd98ee6d simplify passing annotation data through OSRM pipeline using the node-based datastore
- separates node-based graph creation and compression from edge-based graph creation
 - moves usage of edge-based node data-container to pre-processing as well, unifying access to node-based data
 - single struct instead of separate vectors for annotation data in engine (single place of modification)
2017-10-09 18:44:43 +02:00
..
annotated_partition.cpp fixed warnings 2017-03-01 16:09:29 +00:00
bisection_graph_view.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
bisection_to_partition.cpp Remove all boundary nodes and use simple u-v-stragtegy to pick id 2017-03-17 11:23:48 +00:00
dinic_max_flow.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
inertial_flow.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
partitioner.cpp simplify passing annotation data through OSRM pipeline using the node-based datastore 2017-10-09 18:44:43 +02:00
recursive_bisection_state.cpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
recursive_bisection.cpp Rename GraphView -> BisectionGraphView to avoid name conflicts 2017-09-01 21:26:00 +02:00
renumber.cpp Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
tarjan_graph_wrapper.cpp always emit a small component view 2017-03-01 16:09:29 +00:00