Faster All-Pairs Optimal Electric Car Routing
Dani Dorfman, Haim Kaplan, Robert E. Tarjan, Mikkel Thorup, Uri, Zwick

TL;DR
This paper introduces a faster randomized algorithm for computing optimal electric car routes considering complex factors like negative costs and cycles, improving efficiency over previous methods.
Contribution
It presents a novel $ ilde{O}(n^{3.5})$-time algorithm for all-pairs optimal energetic paths in graphs with negative costs and cycles, advancing the state of the art.
Findings
Achieves $ ilde{O}(n^{3.5})$ runtime for dense graphs.
Handles negative-cost cycles in path computations.
Improves upon previous $ ilde{O}(mn^{2})$ algorithms.
Abstract
We present a randomized -time algorithm for computing \emph{optimal energetic paths} for an electric car between all pairs of vertices in an -vertex directed graph with positive and negative \emph{costs}. The optimal energetic paths are finite and well-defined even if the graph contains negative-cost cycles. This makes the problem much more challenging than standard shortest paths problems. More specifically, for every two vertices and~ in the graph, the algorithm computes , the maximum amount of charge the car can reach~ with, if it starts at~ with full battery, i.e., with charge~, where~ is the capacity of the battery. In the presence of negative-cost cycles, optimal paths are not necessarily simple. For dense graphs, our new time algorithm improves on a previous -time algorithm of…
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.
