osrm-backend/include/partition
Huyen Chau Nguyen 61e06fcaba
Making the turn function more flexible (#4789)
* set and store highway and access classification for the turn function
* expose highway turn classification and access turn classification and speed to the lua profile turn function
* expose whether connection road at turn is incoming or outgoing
* add lua tests for exposed information to turn function
* update docs about attributes in process_turn
* add turn_classification info to docs
* adding warning if uturn and intersection dont match
* handle u turns that do not turn into intersection[0]
* split OSM link generation in an accessible coordinate function
2018-01-24 15:39:55 -05:00
..
annotated_partition.hpp fixed warnings 2017-03-01 16:09:29 +00:00
bisection_graph_view.hpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
bisection_graph.hpp add unit tests for the different components of the parttion tool 2017-03-01 16:09:29 +00:00
bisection_to_partition.hpp Run clang-format 2017-03-08 00:56:50 +00:00
cell_storage.hpp Tidy up #include-s for Intel TBB headers 2018-01-05 11:00:31 +01:00
compressed_node_based_graph_reader.hpp fix edge duration truncation in partition, pending global fix 2017-03-01 16:09:29 +00:00
dinic_max_flow.hpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
edge_based_graph_reader.hpp Tidy up #include-s for Intel TBB headers 2018-01-05 11:00:31 +01:00
edge_based_graph.hpp Renumber nodes after running osrm-partition 2017-06-02 18:12:13 +00:00
files.hpp Don't leak ownership in partition/files 2017-04-06 15:42:38 +00:00
inertial_flow.hpp Implement exclude flags on CH using shared core 2017-09-01 21:26:00 +02:00
multi_level_graph.hpp Fix clang format 2017-08-21 13:00:12 +02:00
multi_level_partition.hpp Making the turn function more flexible (#4789) 2018-01-24 15:39:55 -05:00
partition_config.hpp Maintain storage_config exposed API 2017-07-20 12:01:05 +02:00
partition_graph.hpp add unit tests for the different components of the parttion tool 2017-03-01 16:09:29 +00:00
partitioner.hpp Initial Skeleton for Recursive Bisection via Inertial Flow 2017-03-01 16:09:29 +00:00
recursive_bisection_state.hpp Rename GraphView -> BisectionGraphView to avoid name conflicts 2017-09-01 21:26:00 +02:00
recursive_bisection.hpp Rename GraphView -> BisectionGraphView to avoid name conflicts 2017-09-01 21:26:00 +02:00
remove_unconnected.hpp Remove all boundary nodes and use simple u-v-stragtegy to pick id 2017-03-17 11:23:48 +00:00
renumber.hpp Fix issue #4214 2017-10-12 18:00:38 +01:00
reorder_first_last.hpp Optimise Flow Algorithm/Datastructures in use 2017-03-01 16:09:29 +00:00
serialization.hpp Fix clang format 2017-08-21 13:00:12 +02:00
tarjan_graph_wrapper.hpp Optimise Flow Algorithm/Datastructures in use 2017-03-01 16:09:29 +00:00