# Linear Programming The big idea of linear programming is: > Extreme values occur at vertices of **convex** , bounded, **feasible region**. We want to: * find the value of real variables (variables $\in \mathbb{R}$) * that are subject to linear inequalities * that maximize a linear function Key terms * Feasible region * Iso-Value Line * --- Date: 20240529 Links to: Tags: References: * [Intro to Linear Programming - YouTube](https://www.youtube.com/watch?v=K7TL5NMlKIk) * [The Art of Linear Programming - YouTube](https://www.youtube.com/watch?v=E72DWgKP_1Y)