next up previous contents
Next: Library support for graph Up: Route planner Previous: Fastest Path   Contents


Link travel times

What is missing is the value of outLinkTravelTime. When no other information is available, then we use

\begin{displaymath}
\hbox{linkTravelTime} = \hbox{linkLength}/\hbox{linkFreeSpeed} \ .
\end{displaymath}

For the CA traffic simulation, the free speed is one cell per time step, or 7.5 m/s.

Congestion will reduce the speeds on the links. This effect is included into the router in Chap. 12.




Implementation



2004-02-02