Statement 1: Given a graph G = (V, E) in which each vertex v ∈ V has an associated positive weight w(v), we can use linear programming to find the lower bound on the weight of the minimum-weight vertex cover.
Statement 2: The lower bound can be found by maximizing the following
\(\rm\sum_{v \in V}^n {w}(v) {x}(v)\)
subject to
x(u) + x(v) ≥ 1 for each (u, v) ∈ V
x(v) ≤ 1 for each v ∈ V
x(v) ≥ 0 for each v ∈ V
In the light of the above statements, choose the most appropriate answer from the options given below: