English

Matroid and Knapsack Center Problems

Data Structures and Algorithms 2013-01-16 v2 Discrete Mathematics

Abstract

In the classic kk-center problem, we are given a metric graph, and the objective is to open kk nodes as centers such that the maximum distance from any vertex to its closest center is minimized. In this paper, we consider two important generalizations of kk-center, the matroid center problem and the knapsack center problem. Both problems are motivated by recent content distribution network applications. Our contributions can be summarized as follows: 1. We consider the matroid center problem in which the centers are required to form an independent set of a given matroid. We show this problem is NP-hard even on a line. We present a 3-approximation algorithm for the problem on general metrics. We also consider the outlier version of the problem where a given number of vertices can be excluded as the outliers from the solution. We present a 7-approximation for the outlier version. 2. We consider the (multi-)knapsack center problem in which the centers are required to satisfy one (or more) knapsack constraint(s). It is known that the knapsack center problem with a single knapsack constraint admits a 3-approximation. However, when there are at least two knapsack constraints, we show this problem is not approximable at all. To complement the hardness result, we present a polynomial time algorithm that gives a 3-approximate solution such that one knapsack constraint is satisfied and the others may be violated by at most a factor of 1+ϵ1+\epsilon. We also obtain a 3-approximation for the outlier version that may violate the knapsack constraint by 1+ϵ1+\epsilon.

Keywords

Cite

@article{arxiv.1301.0745,
  title  = {Matroid and Knapsack Center Problems},
  author = {Danny Z. Chen and Jian Li and Hongyu Liang and Haitao Wang},
  journal= {arXiv preprint arXiv:1301.0745},
  year   = {2013}
}

Comments

A preliminary version of this paper is accepted to IPCO 2013

R2 v1 2026-06-21T23:04:01.131Z