24.03.2013 Views

Linear Programming Lecture Notes - Penn State Personal Web Server

Linear Programming Lecture Notes - Penn State Personal Web Server

Linear Programming Lecture Notes - Penn State Personal Web Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The level sets of the objective and the constraints are shown in Figure 2.4.<br />

Figure 2.4. A <strong>Linear</strong> <strong>Programming</strong> Problem with no solution. The feasible region<br />

of the linear programming problem is empty; that is, there are no values for x1 and<br />

x2 that can simultaneously satisfy all the constraints. Thus, no solution exists.<br />

The fact that the feasible region is empty is shown by the fact that in Figure 2.4 there is<br />

no blue region–i.e., all the regions are gray indicating that the constraints are not satisfiable.<br />

Based on this example, we can modify our previous algorithm for finding the solution to<br />

linear programming problems graphically (see Algorithm 3):<br />

Algorithm for Solving a <strong>Linear</strong> <strong>Programming</strong> Problem Graphically<br />

Bounded Feasible Region<br />

(1) Plot the feasible region defined by the constraints.<br />

(2) If the feasible region is empty, then no solution exists.<br />

(3) Plot the level sets of the objective function.<br />

(4) For a maximization problem, identify the level set corresponding the greatest (least, for<br />

minimization) objective function value that intersects the feasible region. This point<br />

will be at a corner.<br />

(5) The point on the corner intersecting the greatest (least) level set is a solution to the<br />

linear programming problem.<br />

(6) If the level set corresponding to the greatest (least) objective function value<br />

is parallel to a side of the polygon boundary next to the corner identified,<br />

then there are infinitely many alternative optimal solutions and any point<br />

on this side may be chosen as an optimal solution.<br />

Algorithm 3. Algorithm for Solving a Two Variable <strong>Linear</strong> <strong>Programming</strong> Problem<br />

Graphically–Bounded Feasible Region Case<br />

21

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!