![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <set>#include <vector>#include <map>#include <utils/common/Parameterised.h>#include <utils/common/SUMOTime.h>#include "MSDispatch.h"#include "MSDevice_Taxi.h"Go to the source code of this file.
Data Structures | |
| class | MSDispatch_Greedy |
| A dispatch algorithm that services customers in reservation order and always sends the closest available taxi. More... | |
| class | MSDispatch_GreedyClosest |
| A dispatch algorithm that services the reservations with the shortest traveltime-to-pickup first. More... | |
Definition in file MSDispatch_Greedy.h.