80 std::map<SUMOTime, std::vector<std::string> >
departures;
std::vector< RORoute * > pathsVector
the list of paths / routes
double vehicleNumber
The number of vehicles.
A single O/D-matrix cell.
std::string origin
Name of the origin district.
std::map< SUMOTime, std::vector< std::string > > departures
mapping of departure times to departing vehicles, if already fixed
SUMOTime begin
The begin time this cell describes.
std::string vehicleType
Name of the vehicle type.
std::string destination
Name of the destination district.
SUMOTime end
The end time this cell describes.
A complete router's route.