590 likes | 854 Views
Linear Programming Reading: CLRS, Ch. 29 or reference. CSE 6331 Algorithms Steve Lai. Simplex Method. A system of linear inequalities defines a polytope (or simplex) as a feasible region.
E N D
Linear ProgrammingReading: CLRS, Ch. 29 or reference CSE 6331 Algorithms Steve Lai
Simplex Method A system of linear inequalities defines a polytope (or simplex) as a feasible region. The simplex algorithm begins at a starting vertexand moves along the edges of the polytopeuntil it reaches the vertex of the optimum solution. Source: Linear programming, Thomas S. Ferguson, UCLA