osrm-backend/features
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
..
bicycle Add feature tests for distance weights in foot and bicycle profiles 2017-09-18 16:40:51 +02:00
car use enter + exit for roundabout instructions (#4358) 2017-09-05 12:30:34 -07:00
foot Add feature tests for distance weights in foot and bicycle profiles 2017-09-18 16:40:51 +02:00
guidance Uses parsed len(turn:lanes) to fixup number of lanes, resolves #4472 2017-09-28 00:24:14 +02:00
lib Add routing algorithm option 2017-03-17 12:27:47 +01:00
nearest cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
options Make unbuffered log verbosity aware 2017-09-15 15:01:17 +02:00
raster Don't use manual extract commands in weight tests 2017-06-02 18:12:13 +00:00
step_definitions Split MLD many-to-many method 2017-09-29 13:38:52 +02:00
stress cucumber: change syntax of node maps 2016-10-11 09:07:48 +02:00
support Move classes to intersection object and don't emit notifications 2017-07-18 16:48:22 +00:00
testbot Break tie for equal weights but different durations 2017-09-29 13:38:52 +02:00