English

The Online Disjoint Set Cover Problem and its Applications

Data Structures and Algorithms 2016-11-18 v1 Networking and Internet Architecture

Abstract

Given a universe UU of nn elements and a collection of subsets S\mathcal{S} of UU, the maximum disjoint set cover problem (DSCP) is to partition S\mathcal{S} into as many set covers as possible, where a set cover is defined as a collection of subsets whose union is UU. We consider the online DSCP, in which the subsets arrive one by one (possibly in an order chosen by an adversary), and must be irrevocably assigned to some partition on arrival with the objective of minimizing the competitive ratio. The competitive ratio of an online DSCP algorithm AA is defined as the maximum ratio of the number of disjoint set covers obtained by the optimal offline algorithm to the number of disjoint set covers obtained by AA across all inputs. We propose an online algorithm for solving the DSCP with competitive ratio lnn\ln n. We then show a lower bound of Ω(lnn)\Omega(\sqrt{\ln n}) on the competitive ratio for any online DSCP algorithm. The online disjoint set cover problem has wide ranging applications in practice, including the online crowd-sourcing problem, the online coverage lifetime maximization problem in wireless sensor networks, and in online resource allocation problems.

Keywords

Cite

@article{arxiv.1411.5739,
  title  = {The Online Disjoint Set Cover Problem and its Applications},
  author = {Ashwin Pananjady and Vivek Kumar Bagaria and Rahul Vaze},
  journal= {arXiv preprint arXiv:1411.5739},
  year   = {2016}
}

Comments

To appear in IEEE INFOCOM 2015

R2 v1 2026-06-22T07:06:45.401Z