Enable just-before-contraction updates to edge weights. For small

datasets, this enables things like traffic-based updates in the
shortest possible processing turnaround time.
This commit is contained in:
Daniel Patterson
2015-10-14 15:08:22 -07:00
parent 578d947e2d
commit 6228412e61
13 changed files with 1597 additions and 27 deletions
+6 -3
View File
@@ -15,7 +15,8 @@ Feature: osrm-extract command line options: help
And stdout should contain "Configuration:"
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain 12 lines
And stdout should contain "--generate-edge-lookup"
And stdout should contain 16 lines
And it should exit with code 0
Scenario: osrm-extract - Help, short
@@ -29,7 +30,8 @@ Feature: osrm-extract command line options: help
And stdout should contain "Configuration:"
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain 12 lines
And stdout should contain "--generate-edge-lookup"
And stdout should contain 16 lines
And it should exit with code 0
Scenario: osrm-extract - Help, long
@@ -43,5 +45,6 @@ Feature: osrm-extract command line options: help
And stdout should contain "Configuration:"
And stdout should contain "--profile"
And stdout should contain "--threads"
And stdout should contain 12 lines
And stdout should contain "--generate-edge-lookup"
And stdout should contain 16 lines
And it should exit with code 0