osrm-backend/include/customizer
Michael Krasnyk f2333eb31a Break tie for equal weights but different durations
There is no possibility until multiple-weights are implemented
to break tie in the contraction and the direct shortest path plugin
as duration is not computed during contraction.

This must be fixed after multiple-weights implementation
by using `std::tie(weight, duration)` pairs everywhere.
2017-09-29 13:38:52 +02:00
..
cell_customizer.hpp Break tie for equal weights but different durations 2017-09-29 13:38:52 +02:00
cell_metric.hpp Fix clang format 2017-08-21 13:00:12 +02:00
customizer_config.hpp Fix clang format 2017-08-21 13:00:12 +02:00
customizer.hpp Add update functionality to osrm-customize 2017-03-13 23:04:45 +00:00
edge_based_graph.hpp Remove osrm namespace indication where possible, wrap out shared_memory_ownership 2017-04-04 17:00:36 +00:00
files.hpp Fix clang format 2017-08-21 13:00:12 +02:00
serialization.hpp Refactor cell weights and durations to own file and allow for multiple metrics 2017-08-21 13:00:12 +02:00