Unweighted Set-Covering

Given a universe UU, i.e. a set of elements {1,2,,n}\{1, 2, \ldots, n\}, and a collection SS of mm sets whose union is the universe, identify the smallest sub-collection of SS whose union is the universe.

Parameters

  • UU: the universe of elements to be covered
  • SS: the collection of sets
  • nn: number of elements in the universe
  • mm: number of sets in the collection
  • H(x)H(x): the xthx^{th} Harmonic number

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Vazirani (ILP, chapters 13-15)2001O(poly(n,d))O(\text{poly}(n, d))O(U)O(U)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Displaying 1 of 1 other relevant algorithms