Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Compute quickest path between two points

Dear list,

I am using Sumo to simulate logistics; virtual garbage trucks need to
pick the trash, move to the next bin, repeat few times, and finally go
back to base.

To compute the optimal path is solving the team orienteering problem and
in the literature are many algorithms. In my scenario probably even just
a greedy approach would be sufficient.
However, I need to compute the expected distance between each pair of
bins.

So here is my question, given a type of vehicle is there a way to use
Sumo to compute the expected travel time between two points (two
container stops) in the map?

Yours faithfully,
Paolo


Back to the top