Maximum coverage problem: Difference between revisions

Content deleted Content added
Aszarsha (talk | contribs)
Switched "which" to "that" - "contains the maximum weight of uncovered elements" is a restrictive qualifier
Line 43:
::<math>x_i \in \{0,1\}</math> (if <math>x_i=1</math> then <math>S_i</math> is selected for the cover).
 
The greedy algorithm for the weighted maximum coverage at each stage chooses a set whichthat contains the maximum weight of uncovered elements. This algorithm achieves an approximation ratio of <math>1 - \frac{1}{e}</math>.<ref name="NVF"/>
 
== Budgeted maximum coverage ==