- Linear programming (LP) is a form of constrained optimization where the objective function and constraints are linear. It is widely used to model and solve problems in areas like transportation and production scheduling.
- The Acme Bicycle Company example problem involves determining production levels to maximize profit, given constraints like production capacity. It is formulated as an LP with variables for production rates, an objective to maximize profit, and constraints representing limits.
- Optimal solutions in LP problems will always occur at corner points of the feasible region. Checking all corner points is more efficient than randomly sampling interior points, and is the basis for the simplex method for solving LPs.