9.1 Independent sets and vertex covers Flashcards
1
Q
What is an independent set
A
2
Q
What is the decision problem for finding a maximum independent set
A
3
Q
How to reduce 3-SAT to finding a max independent set, and hence proving that a max independent set is NP-hard (it is also complete)
A
- Each variable is modeled by a gadget which represents it being T/F
- Each clause is modeled by a triangle gadget
- Linking variable to clause gadgets models assignment for max set
4
Q
Reduce finding a maximum independent set (decision version) to finding a mininum vertex cover (decision version)
A
5
Q
Since finding a vertex cover is NP-complete, what does that say about Integer Linear Programming
A
- It is NP-hard