Suppose a linear program has decision variables. Then it can be solved graphically using a space. Hence not suitable for (or with computer visualization).
All constraints are plotted on the same space. Feasible region is the intersection of all constraint half-spaces. Optimal solution occurs at a vertex (and not the interior) of the feasible region.
The vertex is found by moving the objective hyperplane across the feasible region. Increase for maximization, decrease it for minimization. The optimal vertex is the last one the hyperplane touches before leaving the region.
Vertex Property
The vertex property holds because the feasible region is a convex polygon. A linear function attains its extremum over a convex polygon at an extreme point.
Special Cases
- Multiple optima
The objective line is parallel to a binding constraint edge. Every point on that edge is optimal. - Unbounded problem
The feasible region extends without limit in the improving direction. No finite optimum exists. - Infeasible problem
The constraint half-planes have empty intersection. No solution exists.