edited by
159 views
0 votes
0 votes

 

Statement 1:
Given a graph $\mathrm{G}=(\mathrm{V}, \mathrm{E})$ in which each vertex $\mathrm{v} \in \mathrm{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

$\sum_{v \in V}^{n} \mathrm{w}(v) \mathrm{x}(v)$

$\text { subject to }$
$x(u)+x(v) \geq 1 \text { for each }(u, v) \in V$
          $\quad x(v) \leq 1 \text { for each } v \in V$
          $\quad x(v) \geq 0 \text { for each } v \in V$


In the light of the above statements, choose the most appropriate answer from the options given below:

  1. Both statement $\text{I}$ and Statement $\text{II}$ are correct
  2. Both statement $\text{I}$ and Statement $\text{II}$ are incorrect
  3. Statement $\mathrm{I}$ is correct but Statement $\text{II}$ is incorrect
  4. Statement $\text{I}$ is incorrect and Statement $\text{II}$ is correct

(Option $1 [39653]) 1$
(Option $2 [39654]) 2$
(Option $3 [39655]) 3$
(Option $4 [39656]) 4$

Answer Given by Candidate: $1$

edited by

Please log in or register to answer this question.

Related questions

1.5k
views
2 answers
1 votes
admin asked May 20, 2023
1,467 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301]) 1$(Option ... $4[39304]) 4$Answer Given by Candidate : $2$
614
views
1 answers
0 votes
admin asked May 20, 2023
614 views
A relation '$R$ ' is defined on ordered pairs of integers as: $(x, y) R(u, v)$ if $x<u$ and $y>v$. Then $R$ isNeither a partial order nor an equivalence ... $3 [39307]) 3$(Option $4 [39308]) 4$Answer Given by Candidate : $4$
1.0k
views
1 answers
1 votes
admin asked May 20, 2023
1,022 views
Suppose you are married and you and your partner attend a party with three other married couples. Several handshakes took place. No one shook hands with himself (or herself) or ... $4 [39312]) 4$Answer Given by Candidate : $4$
570
views
1 answers
0 votes
admin asked May 20, 2023
570 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$ ... $3 [39315]) 3$(Option $4 [39316]) 4$Answer Given by Candidate : $4$