How do linear program constraints form a shape
What is the geometric meaning of the objective function? And why is a solution always in the corner?
How does the simplex algorithm work
Keep moving up until reach (local and global) maximum vertex
Simplex algorithm runtime
Typically linear but potentially exponential
What is a vertex cover
How to express finding a vertex cover as an integer linear program
Binary value for each vertex
Constraints are the edges >= 1
How and why to relax integer linear programs
Allow non-binary values, then round. Approx solution