Abstract
This Doctoral Dissertation deals with the design, development, and experimental evaluation of an algorithmic toolkit for solving important optimal routing problems in transport networks. In this context, the main goal is to find time-dependent travel path solutions containing the required travel-movement decisions. The examined problems concern the computation of: i) one or more (alternative) time-dependent optimal paths, with a constant upper bounded approximation ratio on optimal travel time, representing unrestricted-departure travel solutions by car in road networks; and ii) one or more (Pareto) time-dependent multimodal optimal paths, representing travel solutions by multiple transport means (e.g., car, train, bus, tram) and modes (e.g., driving, walking, boarding) in transport networks. Particularly, paths are computed: a) from a source point to a destination point; b) at any departure time at the source point in a periodic interval of at least one day; c) with time-dependent tra ...
This Doctoral Dissertation deals with the design, development, and experimental evaluation of an algorithmic toolkit for solving important optimal routing problems in transport networks. In this context, the main goal is to find time-dependent travel path solutions containing the required travel-movement decisions. The examined problems concern the computation of: i) one or more (alternative) time-dependent optimal paths, with a constant upper bounded approximation ratio on optimal travel time, representing unrestricted-departure travel solutions by car in road networks; and ii) one or more (Pareto) time-dependent multimodal optimal paths, representing travel solutions by multiple transport means (e.g., car, train, bus, tram) and modes (e.g., driving, walking, boarding) in transport networks. Particularly, paths are computed: a) from a source point to a destination point; b) at any departure time at the source point in a periodic interval of at least one day; c) with time-dependent travel times; d) minimizing travel cost according to no more than two criteria (e.g., time duration, number of transfers, latest departure); and e) taking into account significant travel constraints (e.g., the amount of time a passenger must wait for a public transport vehicle to arrive; the required transfer time between transport modes). The designed algorithms for solving the above problems were implemented in C++ source code. In summary, the results of the Doctoral Dissertation include:1.Two innovative and efficient methods, called CFLAT and OFLAT, aim at finding time-dependent optimal paths with a constant upper bounded approximation ratio on optimal travel time by car departure-unrestricted movements in road networks. The methods include a preprocessing phase that performs an error-driven sampling of the minimum travel time functions on the network’s road sections, producing a set of timestamped shortest path trees, the roots of which are called landmarks. This set of trees is computed in such a way that a configurable upper bound on the minimum travel time function to each destination is built over the time period. In the query phase, for each earliest arrival path request, a small and uniformly developed tree is created around the selected source point until a set of landmarks is included within it, and then the tree is expanded up to the selected destination point by adding preprocessed subtrees. Indicatively, with respect to the German road network (4,692,091 nodes and 11,183,060 edges), the preprocessing - sampling process of 1000 to 2000 landmarks, through the CFLAT method, ranges from 126 to 246 mins and, through the OFLAT method, from 96 to 186 mins, while on average, a uniformly random query for finding a time-dependent optimal path takes up to 0.5ms with a relative error of up to 1.04%.2.An innovative and efficient algorithm for finding time-dependent optimal alternative paths for the same source and destination pair, called TDAG. The algorithm includes a collection phase in which, using a variant of the CFLAT or OFLAT method, a partially raw initial set with candidate alternative paths is created and then a "pruning" phase in which the computed set gets reduced by removing sub-paths using time-dependent variants of the classic plateau and penalty methods and a path quality rating process. During the execution of the aforesaid phases, the processing and storage of the alternative paths take place within an alternative graph (AG). The evaluation of AG is performed in connection with the minimum overlap and the average travel time of the contained alternative paths. In addition, a limit on the average value of travel time and the number of branches within the graph are defined and used as a constraint during AG’s construction. Indicatively, with respect to the German road network (4,692,091 nodes and 11,183,060 edges), TDAG can compute on average 3.5 (discernible) time-dependent optimal alternative paths in 50 ms. 3.A wide variety of innovative and efficient algorithms for multimodal (by driving, walking, boarding, disembarking, and using multiple modes of transport: bus, train, subway, etc.) single-criteria or multi-criteria optimal routing, supporting the computation of travel solutions without any restriction on the walking duration (regarding the complete pedestrian network), and allowing the update of any public transport itinerary in case of delay. On a common basis, the algorithms include a preprocessing phase through which boarding time events are grouped and sorted, and an ALT lower bounding method is prepared in order to apply a faster and larger pruning of invalid or non-optimal travel solutions. In this context and under the interconnection of different types of transport networks, MDTM-QH-ALT algorithm computes earliest arrival travel solutions; McMDTM-QH-ALT algorithm computes Pareto-optimal travel solutions by minimizing travel time and number of transfers up to a selected limit; PrMDTM-QH-ALT algorithm computes Pareto-optimal travel solutions by finding the earliest arrival times through the latest departure times within a selected time window; and MDTM-U algorithm updates public transport itineraries. Indicatively, with respect to the London transport network (14,085,810 nodes and 41,856,048 edges), ALT preprocessing takes less than 2 mins, and on average, a uniformly random request for finding a multimodal earliest arrival travel solution takes up to 5.1 ms, and the itinerary update for a random uniform delay of 1 minute to 6 hours for a public transport vehicle is performed in up to 163.1 μs.
show more