Research Article

Dynamic Vehicular Route Guidance Using Traffic Prediction Information

Algorithm 1

()   & Continue TRUE
() empty
() Number of vehicles generated at each tick
() while Continue = TRUE do
()   if Vehicles to be generated remain then
()     Generate vehicles
()     Update to include generated vehicles
()     Assign OD pairs randomly for vehicles
()     Get a route guidance for vehicles
() end if
() for  ,   do
()  Update position
()  if Arrive at the destination then
()   Store time   &  Remove from
()  else
()   if Dynamic routing algorithm & Arrive at a node then
()    Get a new direction for the next link
()   end if
()  end if
() end for
() if   is empty then Continue = FALSE
() end if
() 
() end while