On the Complexity of an Unregulated Traffic Crossing
Philip Dasler, David M. Mount

TL;DR
This paper investigates the computational complexity of coordinating vehicle movements through an intersection, proving NP-completeness for the general case, and providing efficient algorithms for constrained and discrete variants.
Contribution
It establishes the NP-completeness of the traffic crossing problem and offers polynomial-time solutions for specific constrained and discrete versions.
Findings
General problem is NP-complete via 3-SAT reduction
Efficient $O(n \,\log n)$ algorithm for a constrained case
Optimal solution for the discrete version with minimal delay
Abstract
The steady development of motor vehicle technology will enable cars of the near future to assume an ever increasing role in the decision making and control of the vehicle itself. In the foreseeable future, cars will have the ability to communicate with one another in order to better coordinate their motion. This motivates a number of interesting algorithmic problems. One of the most challenging aspects of traffic coordination involves traffic intersections. In this paper we consider two formulations of a simple and fundamental geometric optimization problem involving coordinating the motion of vehicles through an intersection. We are given a set of vehicles in the plane, each modeled as a unit length line segment that moves monotonically, either horizontally or vertically, subject to a maximum speed limit. Each vehicle is described by a start and goal position and a start time and…
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
TopicsRobotic Path Planning Algorithms · Computational Geometry and Mesh Generation · Traffic control and management
