Abstract
In this paper we consider the weighted, capacitated vertex cover problem with hard capacities (capVC). Here, we are given an undirected graph G = (V, E), non-negative vertex weights wtv for all vertices v ∈ V, and node-capacities Bv ≥ 1 for all v ∈ V. A feasible solution to a given capVC instance consists of a vertex cover C ⊆ V. Each edge e ∈ E is assigned to one of its endpoints in C and the number of edges assigned to any vertex v ∈ C is at most Bv. The goal is to minimize the total weight of C. For a parameter ε > 0 we give a deterministic, distributed algorithm for the capVC problem that computes a vertex cover C of weight at most (2+ε) · opt where opt is the weight of a minimum-weight feasible solution to the given instance. The number of edges assigned to any node v ∈ C is at most (4 + ε) · B v. The running time of our algorithm is O(log(nW)/ε), where n is the number of nodes in the network and W = wtmax/wtmin is the ratio of largest to smallest weight. This result is complemented by a lower-bound saying that any distributed algorithm for capVC which requires a poly-logarithmic number of rounds is bound to violate the capacity constraints by a factor two. The main feature of the algorithm is that it is derived in a systematic fashion starting from a primal-dual sequential algorithm.
| Original language | English |
|---|---|
| Pages | 118-125 |
| Number of pages | 8 |
| DOIs | |
| Publication status | Published - 1 Dec 2005 |
| Externally published | Yes |
| Event | 24th Annual ACM Symposium on Principles of Distributed Computing, PODC 2005 - Las Vegas, NV, United States Duration: 17 Jul 2005 → 20 Jul 2005 |
Conference
| Conference | 24th Annual ACM Symposium on Principles of Distributed Computing, PODC 2005 |
|---|---|
| Country/Territory | United States |
| City | Las Vegas, NV |
| Period | 17/07/05 → 20/07/05 |
Keywords
- Approximation Algorithms
- Distributed Algorithms
- Primal-Dual Algorithms
- Vertex Cover