Content deleted Content added
m →Overview: Standard form has equality Ax=b. |
→Overview: the optimization problem is defined as a maximization problem in equation 1 (standard form) |
||
Line 28:
is a (possibly unbounded) [[convex polytope]]. There is a simple characterization of the extreme points or vertices of this polytope, namely <math>x = (x_1,\, \dots,\, x_n)</math> is an extreme point if and only if the subset of column vectors <math>A_i</math> corresponding to the nonzero entries of ''x'' (<math>x_i \ne 0</math>) are [[Linear independence|linearly independent]].<ref>{{harvtxt|Murty|1983|loc=Theorem 3.1}}</ref> In this context such a point is known as a ''basic feasible solution'' (BFS).
It can be shown that for a linear program in standard form, if the objective function has a
It can also be shown that if an extreme point is not a
The solution of a linear program is accomplished in two steps. In the first step, known as Phase I, a starting extreme point is found. Depending on the nature of the program this may be trivial, but in general it can be solved by applying the simplex algorithm to a modified version of the original program. The possible results of Phase I are either a basic feasible solution is found or that the feasible region is empty. In the latter case the linear program is called ''infeasible''. In the second step, Phase II, the simplex algorithm is applied using the basic feasible solution found in Phase I as a starting point. The possible results from Phase II are either an optimum basic feasible solution or an infinite edge on which the objective function is unbounded below.<ref name="DantzigThapa1"/><ref name="NeringTucker"/><ref name="Vanderbei" >Robert J. Vanderbei, [http://www.princeton.edu/~rvdb/LPbook/ ''Linear Programming: Foundations and Extensions''], 3rd ed., International Series in Operations Research & Management Science, Vol. 114, Springer Verlag, 2008. ISBN 978-0-387-74387-5. <!-- (An on-line second edition was formerly available. Vanderbei's site still contains extensive materials.) --></ref>
|