Linear Programming - Graphical Method
Linear Programming - Graphical Method
Linear Programming - Graphical Method
6
2
=
6!
2!4!
= 15 .
After cycling through all 15 of these combinations and discarding combinations that do not
yield a feasible solution, it can be shown that only ve combinations remain; moreover,
4
these ve combinations correspond precisely to the pairs of dening equations for points A,
B, C, D, and E. This establishes (empirically, at least) the validity of the above procedure.
Procedure Search and Procedure Corner Points form the backbone of the Simplex method,
which is an algebraic procedure for solving linear programs with any (nite) number of
variables and constraints. We will return to a full development of this method in a later
section.
Discussion
In general, the feasible region of a linear program may be empty. Procedure Search is
meaningful only if the feasible set is not empty. Discovery of an empty feasible set will be
discussed later.
Consider the linear program: Maximize x
1
+x
2
, subject to x
1
, x
2
0. Since the values of x
1
and x
2
are allowed to be arbitrarily large, this problem does not have an optimal solution.
Note that the feasible region has exactly one corner point, at (0, 0); and that this corner
point is not optimal. This clearly is a contradiction to Procedure Search. A linear program
of this type is said to be unbounded; we will rene the statement of Procedure Search later
to deal with such examples.
In general, a given pair of straight lines on the plane may not have a unique intersection
point. This could occur if the two lines are parallel, in which case there is no intersection,
or if the two lines coincide, in which case every point on the line is an intersection point.
Algebraically, this means that a given pair of equations may not have a unique solution.
For example, the equation pair
x
1
+2x
2
= 3
x
1
+2x
2
= 6
has no solution; and the equation pair
x
1
+2x
2
= 3
2x
1
+4x
2
= 6
has an innite number of solutions. This issue is relevant in Step 1 of Procedure Corner
Points, whose statement will also be rened later.
5