Type Definition grote_opdracht::model::TravelTime
[−]
[src]
type TravelTime = HashMap<(u32, u32), Time>;
TravelTime[(a, b)] represents the travel distance from a to b in time units. The input
data is in seconds, so it be multiplied with TIME_PER_SECOND first.