Optimal energetic paths for electric cars
Dani Dorfman, Haim Kaplan, Robert E. Tarjan, Uri Zwick

TL;DR
This paper addresses the problem of finding optimal energy-efficient paths for electric cars in a road network modeled as a weighted directed graph, extending shortest path algorithms to handle energy constraints and charging/discharging dynamics.
Contribution
It introduces a unified, simplified approach to adapt Bellman-Ford and Dijkstra algorithms for computing minimum energetic paths with battery charge considerations.
Findings
Algorithms for single-source energetic path computation are developed.
Dijkstra's algorithm is adapted using an A* heuristic for negative arcs.
The approach generalizes shortest path problems to energy-aware routing.
Abstract
A weighted directed graph , where and , describes a road network in which an electric car can roam. An arc models a road segment connecting the two vertices and . The cost of an arc is the amount of energy the car needs to traverse the arc. This amount may be positive, zero or negative. To make the problem realistic, we assume there are no negative cycles. The car has a battery that can store up to units of energy. It can traverse an arc only if it is at and the charge in its battery satisfies . If it traverses the arc, it reaches with a charge of . Arcs with positive costs deplete the battery, arcs with negative costs charge the battery, but not above its capacity of . Given , can the car travel from to , starting at with an initial…
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
TopicsOptimization and Search Problems · Electric Vehicles and Infrastructure · Transportation and Mobility Innovations
