9.1 Independent sets and vertex covers Flashcards

1
Q

What is an independent set

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the decision problem for finding a maximum independent set

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Reduce finding a maximum independent set (decision version) to finding a mininum vertex cover (decision version)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Since finding a vertex cover is NP-complete, what does that say about Integer Linear Programming

A
  • It is NP-hard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly