Dial a Ride from k-forest

Abstract

The k-forest problem is a common generalization of both the k-MST and the dense-k-subgraph problems. Formally, given a metric space on n vertices V, with m demand pairs ⊂eq V × V and a ``target'' k m, the goal is to find a minimum cost subgraph that connects at least k demand pairs. In this paper, we give an O(\n,k\)-approximation algorithm for k-forest, improving on the previous best ratio of O(n2/3 n) by Segev & Segev. We then apply our algorithm for k-forest to obtain approximation algorithms for several Dial-a-Ride problems. The basic Dial-a-Ride problem is the following: given an n point metric space with m objects each with its own source and destination, and a vehicle capable of carrying at most k objects at any time, find the minimum length tour that uses this vehicle to move each object from its source to destination. We prove that an α-approximation algorithm for the k-forest problem implies an O(α·2n)-approximation algorithm for Dial-a-Ride. Using our results for k-forest, we get an O(\n,k\·2 n)- approximation algorithm for Dial-a-Ride. The only previous result known for Dial-a-Ride was an O(k n)-approximation by Charikar & Raghavachari; our results give a different proof of a similar approximation guarantee--in fact, when the vehicle capacity k is large, we give a slight improvement on their results.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…