English

Online Convex Covering and Packing Problems

Data Structures and Algorithms 2015-04-15 v3

Abstract

We study the online convex covering problem and online convex packing problem. The (offline) convex covering problem is modeled by the following convex program: minxR+nf(x) s.t Ax1\min_{x \in R_+^n} f(x) \ \text{s.t}\ A x \ge 1, where f:R+nR+f : R_+^n \mapsto R_+ is a monotone and convex cost function, and AA is an m×nm \times n matrix with non-negative entries. Each row of the constraint matrix AA corresponds to a covering constraint. In the online problem, each row of AA comes online and the algorithm must maintain a feasible assignment xx and may only increase xx over time. The (offline) convex packing problem is modeled by the following convex program: maxyR+mj=1myjg(ATy)\max_{y\in R_+^m} \sum_{j = 1}^m y_j - g(A^T y), where g:R+nR+g : R_+^n \mapsto R_+ is a monotone and convex cost function. It is the Fenchel dual program of convex covering when gg is the convex conjugate of ff. In the online problem, each variable yjy_j arrives online and the algorithm must decide the value of yjy_j on its arrival. We propose simple online algorithms for both problems using the online primal dual technique, and obtain nearly optimal competitive ratios for both problems for the important special case of polynomial cost functions. For any convex polynomial cost functions with non-negative coefficients and maximum degree τ\tau, we introduce an O(τlogn)τO(\tau \log n)^\tau-competitive online convex covering algorithm, and an O(τ)O(\tau)-competitive online convex packing algorithm, matching the known Ω(τlogn)τ\Omega(\tau \log n)^\tau and Ω(τ)\Omega(\tau) lower bounds respectively. There is a large family of online resource allocation problems that can be modeled under this online convex covering and packing framework, including online covering and packing problems (with linear objectives), online mixed covering and packing, and online combinatorial auction. Our framework allows us to study these problems using a unified approach.

Keywords

Cite

@article{arxiv.1502.01802,
  title  = {Online Convex Covering and Packing Problems},
  author = {T-H. Hubert Chan and Zhiyi Huang and Ning Kang},
  journal= {arXiv preprint arXiv:1502.01802},
  year   = {2015}
}

Comments

Fixed an error in Theorem 3.2 together with its proof, and changed Corollary 3.1 accordingly

R2 v1 2026-06-22T08:23:32.410Z