Content deleted Content added
m →Proof of NP-hardness: fixed a typo - we need to specify a linear constraint on y_u, not y_v (as y_v already has integer constraint) |
m →Proof of NP-hardness: model can be further simplified, we don't need linear constraints in ILP |
||
Line 61:
\min \sum_{v \in V} y_v \\
y_v + y_u & \ge 1 && \forall uv \in E\\
\end{align}</math>
|