Improved Algorithms for Trip-Vehicle Assignment in Ride-Sharing
Jingyang Zhao, Mingyu Xiao, Yonghang Su
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:48:41 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/improved-algorithms-for-trip-vehicle-assignment-in-ride-shar.pdf
Summary
This paper addresses the RIDE-SHARING ASSIGNMENT PROBLEM (RSAP), which involves assigning a set of transportation requests to a fleet of vehicles to minimize total travel distance while respecting vehicle capacity constraints. The core idea is to develop new approximation algorithms with provable guarantees for two cases: when the number of requests equals the total vehicle capacity (n = mk) and when it is less than the total vehicle capacity (n < mk). The main empirical claim is that the proposed algorithms consistently outperform the previously best-known algorithm (LADG) in terms of solution quality, particularly when the vehicle capacity 'k' is not a power of 2.
Problem
The paper identifies several bottlenecks and challenges in ride-sharing assignment:
- Computational Complexity: Efficiently matching passengers with vehicles and planning feasible routes under real-world constraints gives rise to computationally complex optimization problems. The RSAP is NP-hard even for k = 2.
- Limited Approximation Guarantees: Previous algorithms for the n = mk case had an O(√k) approximation ratio only when k was a power of 2, with an incomplete analysis for general k, and failed to achieve constant-factor approximation for k = 3 in some instances. For non-power-of-2 values of k, the best known ratio remained 2k-1.