Hello,

I'm looking into building a simulation of a taxi dispatch algorithm.

My requirements:

   - A network describing a small neighbourhood
   - Several vehicles (taxicabs) with random starting positions in the
   network
   - Passengers (people) generate dispatch request, "I need to get from A
   to B"
   - A logic (algorithm) assigns each dispatch request to an available taxi
   that is nearby
   - The taxi drives to point A, "picks up" the passenger, drives to point
   B, and then becomes free again

What is the best way to approach this? Is there some similar open source
project or plugin I can rely on?

TIA

Green Mind
------------------------------------------------------------------------------
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to