Content deleted Content added
Line 62:
:maximize <math>\sum_{e \in E, S_i} w_i(e_j) \cdot y_{ij} </math>. (maximizing the weighted sum of covered elements in the sets in which they are covered).
:subject to <math> \sum{c_i(e_j) \cdot
::<math> \sum_{i} y_{ij} \
::<math> \sum_{S_i} x_i \geq y_{ij} </math>; (if <math>y_j \geq 0 </math> then at least one set <math>e_j \in S_i</math> is selected).
::<math>y_{ij} \in \{0,1\} </math>; (if <math>y_{ij}=1</math> then <math>e_j</math> is covered by set <math>S_i</math>)
|