An Efficient Algorithm for Finding Sets of Optimal Routes
Ido Zoref, Ariel Orda

TL;DR
This paper introduces a novel, efficient algorithm for computing multiple optimal routes across various weighted criteria by exploiting the inherent similarities among edge weights derived from raw performance metrics, significantly reducing computation time.
Contribution
The paper presents a new algorithm that leverages dependencies among edge weights to compute multiple optimal routes more efficiently than standard methods.
Findings
The algorithm outperforms standard approaches in terms of speed.
It effectively exploits similarities among routes to reduce computation.
The method is validated under reasonable assumptions.
Abstract
In several important routing contexts it is required to identify a set of routes, each of which optimizes a different criterion. For instance, in the context of vehicle routing, one route would minimize the total distance traveled, while other routes would also consider the total travel time or the total incurred cost, or combinations thereof. In general, providing such a set of diverse routes is obtained by finding optimal routes with respect to different sets of weights on the network edges. This can be simply achieved by consecutively executing a standard shortest path algorithm. However, in the case of a large number of weight sets, this may require an excessively large number of executions of such an algorithm, thus incurring a prohibitively large running time. We indicate that, quite often, the different edge weights reflect different combinations of some "raw" performance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Advanced Optical Network Technologies · Transportation Planning and Optimization
