Weighted Set-Covering

The set-covering problem where each set sSs\in S is assigned a weight and the goal is to find the minimum weight sub-collection of SS that covers 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 2 of 2 algorithms

See more
Vazirani (ILP, chapters 13-15)2001O(poly(n,d))O(\text{poly}(n, d))O(U)O(U)
Chvatal greedy heuristic1979O(dn2)O(dn^2)O(dm)O(dm)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table