osrm-backend/include/partitioner
Xun(Perry) Liu 85a8cc645f Feature/profile customize cell (#62)
* feat: Add unit test for two level customization
issues: #49

* feat: Add class for statistic set and related unit test
issue: #49

* Initial commit of cell_update_record with unit tests.

* feat: Initial commit of cell_update_record with unit tests.
issue: #49

* Refactor code.

* Refactor code.
issue: #49

* Integrate logic with customization
issue: #49

* fix: adjust comments
issue: #49

* feat: add flag of incremental, will load previous metrix table if set to true
issues: #49

* fix: compilation in docker.
issues: #49

* fix: fix crash issue and add protection code
issues: #49

* Fix: Update code based on pull request's comments
issue: #49

* fix: Remove util/concurrent_set, directly define set in updater.hpp
issue: #49

* fix: Passing shared_ptr by reference.
2019-10-11 17:38:11 +08:00
..
bisection_graph_view.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
bisection_graph.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
bisection_to_partition.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
cell_statistics.hpp Better statistics for osrm-partition and osrm-custimize 2018-04-09 13:39:39 +02:00
cell_storage.hpp Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
dinic_max_flow.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
edge_based_graph_reader.hpp Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost. 2018-10-30 15:41:06 -07:00
edge_based_graph.hpp Add CRC checksums to EBG and turns data 2018-02-02 11:33:38 -05:00
files.hpp Add customizer::MultiLevelGraph 2018-04-28 08:59:18 +02:00
inertial_flow.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
multi_level_graph.hpp Review and rebase updates 2018-04-28 08:59:18 +02:00
multi_level_partition.hpp Feature/profile customize cell (#62) 2019-10-11 17:38:11 +08:00
partition_graph.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
partitioner_config.hpp Always read .osrm.enw file in updater 2018-04-28 08:59:18 +02:00
partitioner.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
recursive_bisection_state.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
recursive_bisection.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
remove_unconnected.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
renumber.hpp Renumber node IDs in .osrm.maneuver_overrides 2018-02-22 11:42:33 +01:00
reorder_first_last.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00
serialization.hpp Add customizer::MultiLevelGraph 2018-04-28 08:59:18 +02:00
tarjan_graph_wrapper.hpp Rename namespace partition to partitioner 2018-02-02 11:07:18 +01:00