vix.ing · top · new · best · stats · spec

Minimizing Latency in Online Ride and Delivery Services

2018/02/08 by Abhimanyu Das, Sreenivas Gollapudi, Das, Abhimanyu +7
Computer Science · #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #cs.DS

paper · pdf · doi:10.48550/arxiv.1802.02744

A short version of the paper is to appear at the 27th Web Conference (formerly, World Wide Web Conference), 2018

arxiv created 2018/02/08 · arxiv updated 2018/02/09

Abstract

Motivated by the popularity of online ride and delivery services, we study natural variants of classical multi-vehicle minimum latency problems where the objective is to route a set of vehicles located at depots to serve request located on a metric space so as to minimize the total latency. In this paper, we consider point-to-point requests that come with source-destination pairs and release-time constraints that restrict when each request can be served. The point-to-point requests and release-time constraints model taxi rides and deliveries. For all the variants considered, we show constant-factor approximation algorithms based on a linear programming framework. To the best of our knowledge, these are the first set of results for the aforementioned variants of the minimum latency problems. Furthermore, we provide an empirical study of heuristics based on our theoretical algorithms on a real data set of taxi rides.

Related