⇤ ← Revision 1 as of 2012-07-03 20:59:25
1357
Comment:
|
1351
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Add your row to the table below, following the examples already there. In the second column, put the number of stations / nodes / arcs in your time-expanded graph. In the third column, put the time for constructing the graph (including the parsing and all). In the fourth column put the average query time in milliseconds (rounded to the next integer). In the fifth column put the average shortest path cost (in minutes and seconds). Last two columns as usual, see the result tables for [[EfficientRoutePlanningSS2012/ReadOsmResults|Exercise Sheet 1]], [[EfficientRoutePlanningSS2012/DijkstraResults|Exercise Sheet 2]], [[EfficientRoutePlanningSS2012/AstarResults|Exercise Sheet 3]], [[EfficientRoutePlanningSS2012/ArcFlagsResults|Exercise Sheet 4]], [[EfficientRoutePlanningSS2012/ContractionResults|Exercise Sheet 6]], [[EfficientRoutePlanningSS2012/ContractionHierarchiesResults|Exercise Sheet 7]], and [[EfficientRoutePlanningSS2012/TransitNodeRoutingResults|Exercise Sheet 8]]. | Add your row to the table below, following the examples already there. In the second column, put the number of stations / nodes / arcs in your time-expanded graph. In the third column, put the time for constructing the graph (including the parsing and all). In the fourth column put the average query time in milliseconds (rounded to the next integer). In the fifth column put the average shortest path cost (in minutes and seconds). Last two columns as usual, see the result tables for [[EfficientRoutePlanningSS2012/ReadOsmResults|Exercise Sheet 1]], [[EfficientRoutePlanningSS2012/DijkstraResults|Exercise Sheet 2]], [[EfficientRoutePlanningSS2012/AstarResults|Exercise Sheet 3]], [[EfficientRoutePlanningSS2012/ArcFlagsResults|Exercise Sheet 4]], [[EfficientRoutePlanningSS2012/ContractionResults|Exercise Sheet 6]], [[EfficientRoutePlanningSS2012/ContractionHierarchiesResults|Exercise Sheet 7]], and [[EfficientRoutePlanningSS2012/TransitNodesResults|Exercise Sheet 8]]. |
Results for Exercise Sheet 9 (Public Transportation Networks, GTFS)
Add your row to the table below, following the examples already there. In the second column, put the number of stations / nodes / arcs in your time-expanded graph. In the third column, put the time for constructing the graph (including the parsing and all). In the fourth column put the average query time in milliseconds (rounded to the next integer). In the fifth column put the average shortest path cost (in minutes and seconds). Last two columns as usual, see the result tables for Exercise Sheet 1, Exercise Sheet 2, Exercise Sheet 3, Exercise Sheet 4, Exercise Sheet 6, Exercise Sheet 7, and Exercise Sheet 8.
Name |
#stations / #nodes / #arcs |
constr. time |
av. query time |
av. SP cost |
Processor / RAM |
Language |
Example |
1,111 / 111,111 / 222,222 |
11min11sec |
111ms |
76min32sec |
Intel X5560 @ 2.8Ghz / 96 GB |
C++ |