Maximum coverage problem: Difference between revisions

Content deleted Content added
Line 30:
 
== Weighted version ==
In the weighted version every element <math> e_j </math> has a weight a weight <math>w(e_j)</math>. The task is to find a maximum coverage which has maximum weight. The basic version is a special case when all weights are <math>1</math>.
 
:maximize <math>\sum_{e \in E} w(e_j) \cdot y_j </math>. (maximizing the weighted sum of covered elements).