7.2 How to solve linear programs Flashcards

1
Q

How do linear program constraints form a shape

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

What is the geometric meaning of the objective function? And why is a solution always in the corner?

A
  • (n-1)-d hyperplane
  • Corner will always have the maximum c value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the simplex algorithm work

A

Keep moving up until reach (local and global) maximum vertex

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

Simplex algorithm runtime

A

Typically linear but potentially exponential

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

What is a vertex cover

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

How to express finding a vertex cover as an integer linear program

A

Binary value for each vertex
Constraints are the edges >= 1

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

How and why to relax integer linear programs

A

Allow non-binary values, then round. Approx solution

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