Algorithm 4. Local Congestion (LC) |
Require: Requiring vehicle v Require: Actual node actual 1: Node k = Get next node in which congestion is minimal and has space for the vehicle (6) 2: if k exists then 3: return next street (actual,k) 4: else 5: return there is no available route 6: end if |