Approximating sparse covering integer programs online

  • Authors:
  • Anupam Gupta;Viswanath Nagarajan

  • Affiliations:
  • Computer Science Department, Carnegie Mellon University;IBM T.J. Watson Research Center

  • Venue:
  • ICALP'12 Proceedings of the 39th international colloquium conference on Automata, Languages, and Programming - Volume Part I
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

A covering integer program (CIP) is a mathematical program of the form: $$\begin{aligned} \min \{ c^\top \mathbf{x} \mid A\mathbf{x} \geq \mathbf{1},\; \mathbf{0} \leq \mathbf{x} \leq \mathbf{u},\; \mathbf{x} \in {\ensuremath{\mathbb{Z}}}^n\},\nonumber \end{aligned}$$ where $A \in R_{\geq 0}^{m \times n}, c, u \in {\ensuremath{\mathbb{R}}}_{\geq 0}^n$. In the online setting, the constraints (i.e., the rows of the constraint matrix A) arrive over time, and the algorithm can only increase the coordinates of x to maintain feasibility. As an intermediate step, we consider solving the covering linear program (CLP) online, where the requirement x∈ℤn is replaced by x∈ℝn. Our main results are (a) an O(logk)-competitive online algorithm for solving the CLP, and (b) an O(logk ·logℓ)-competitive randomized online algorithm for solving the CIP. Here k≤n and ℓ≤m respectively denote the maximum number of non-zero entries in any row and column of the constraint matrix A. By a result of Feige and Korman, this is the best possible for polynomial-time online algorithms, even in the special case of set cover (where A∈{0,1}m ×n and c, u∈{0,1}n). The novel ingredient of our approach is to allow the dual variables to increase and decrease throughout the course of the algorithm. We show that the previous approaches, which either only raise dual variables, or lower duals only within a guess-and-double framework, cannot give a performance better than O(logn), even when each constraint only has a single variable (i.e., k=1).