Covering Things with Things

  • Authors:
  • Stefan Langerman;Pat Morin

  • Affiliations:
  • -;-

  • Venue:
  • ESA '02 Proceedings of the 10th Annual European Symposium on Algorithms
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

An abstract NP-hard covering problem is presented and fixed-parameter tractable algorithms for this problem are described. The running times of the algorithms are expressed in terms of three parameters: n, the number of elements to be covered, k, the number of sets allowed in the covering, and d, the combinatorial dimension of the problem. The first algorithm is deterministic and has running time O驴 (kdkn). The second algorithm is also deterministic and has running time O驴(kd(k+1) + nd+1). The third is a Monte-Carlo algorithm that runs in time O驴(kd(k+1))+c2dk驴(d+1)/2驴 驴(d+1)/2驴 n log n) time and is correct with probability 1 - n-c. Here, the O驴 notation hides factors that are polynomial in d. These algorithms lead to fixed-parameter tractable algorithms for many geometric and non-geometric covering problems.