Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] find top n fastest routes

Dear SUMO users,

 

I am trying to rank all possible routes from edge A to edge B according to their travel time or distance. I used traci.simulation.findRoute() but it only returns the fastest route. Any idea how to retrieve a list of n fastest routes?

 

Thanks,

Sasan

 

 

 


Back to the top