Presentation is loading. Please wait.

Presentation is loading. Please wait.

McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.1 Table of Contents Chapter 2 (Linear Programming: Basic Concepts) The Wyndor Glass Company.

Similar presentations


Presentation on theme: "McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.1 Table of Contents Chapter 2 (Linear Programming: Basic Concepts) The Wyndor Glass Company."— Presentation transcript:

1 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.1 Table of Contents Chapter 2 (Linear Programming: Basic Concepts) The Wyndor Glass Company Product Mix Problem (Section 2.1)2.2 Formulating the Wyndor Problem on a Spreadsheet (Section 2.2)2.3–2.7 The Algebraic Model for Wyndor (Section 2.3)2.8 The Graphical Method Applied to the Wyndor Problem (Section 2.4)2.9–2.19 Using the Excel Solver with the Wyndor Problem (Section 2.5)2.20–2.25 A Minimization Example—The Profit & Gambit Co. (Section 2.6)2.26–2.31 Introduction to Linear Programming (UW Lecture)2.32–2.47 These slides are based upon a lecture introducing the basic concepts of linear programming and the Solver to first-year MBA students at the University of Washington (as taught by one of the authors). The lecture is largely based upon a production problem using lego building blocks. The Graphical Method and Properties of LP Solutions (UW Lecture)2.48–2.56 These slides are based upon a lecture introducing the graphical method and other concepts about linear programming solutions to first-year MBA students at the University of Washington (as taught by one of the authors).

2 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.2 Wyndor Glass Co. Product Mix Problem Wyndor has developed the following new products: –An 8-foot glass door with aluminum framing. –A 4-foot by 6-foot double-hung, wood-framed window. The company has three plants –Plant 1 produces aluminum frames and hardware. –Plant 2 produces wood frames. –Plant 3 produces glass and assembles the windows and doors. Questions: 1.Should they go ahead with launching these two new products? 2.If so, what should be the product mix?

3 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.3 Developing a Spreadsheet Model Step #1: Data Cells –Enter all of the data for the problem on the spreadsheet. –Make consistent use of rows and columns. –It is a good idea to color code these “data cells” (e.g., light blue).

4 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.4 Developing a Spreadsheet Model Step #2: Changing Cells –Add a cell in the spreadsheet for every decision that needs to be made. –If you don’t have any particular initial values, just enter 0 in each. –It is a good idea to color code these “changing cells” (e.g., yellow with border).

5 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.5 Developing a Spreadsheet Model Step #3: Target Cell –Develop an equation that defines the objective of the model. –Typically this equation involves the data cells and the changing cells in order to determine a quantity of interest (e.g., total profit or total cost). –It is a good idea to color code this cell (e.g., orange with heavy border).

6 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.6 Developing a Spreadsheet Model Step #4: Constraints –For any resource that is restricted, calculate the amount of that resource used in a cell on the spreadsheet (an output cell). –Define the constraint in three consecutive cells. For example, if Quantity A <= Quantity B, put these three items (Quantity A, <=, Quantity B) in consecutive cells.

7 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.7 A Trial Solution The spreadsheet for the Wyndor problem with a trial solution (4 doors and 3 windows) entered into the changing cells.

8 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.8 Algebraic Model for Wyndor Glass Co. LetD = the number of doors to produce W = the number of windows to produce Maximize P = $300D + $500W subject to D ≤ 4 2W ≤ 12 3D + 2W ≤ 18 and D ≥ 0, W ≥ 0.

9 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.9 Graphing the Product Mix

10 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.10 Graph Showing Constraints: D ≥ 0 and W ≥ 0

11 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.11 Nonnegative Solutions Permitted by D ≤ 4

12 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.12 Nonnegative Solutions Permitted by 2W ≤ 12

13 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.13 Boundary Line for Constraint 3D + 2W ≤ 18

14 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.14 Changing Right-Hand Side Creates Parallel Constraint Boundary Lines

15 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.15 Nonnegative Solutions Permitted by 3D + 2W ≤ 18

16 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.16 Graph of Feasible Region

17 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.17 Objective Function (P = 1,500)

18 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.18 Finding the Optimal Solution

19 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.19 Summary of the Graphical Method Draw the constraint boundary line for each constraint. Use the origin (or any point not on the line) to determine which side of the line is permitted by the constraint. Find the feasible region by determining where all constraints are satisfied simultaneously. Determine the slope of one objective function line. All other objective function lines will have the same slope. Move a straight edge with this slope through the feasible region in the direction of improving values of the objective function. Stop at the last instant that the straight edge still passes through a point in the feasible region. This line given by the straight edge is the optimal objective function line. A feasible point on the optimal objective function line is an optimal solution.

20 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.20 Identifying the Target Cell and Changing Cells Choose the “Solver” from the Tools menu. Select the cell you wish to optimize in the “Set Target Cell” window. Choose “Max” or “Min” depending on whether you want to maximize or minimize the target cell. Enter all the changing cells in the “By Changing Cells” window.

21 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.21 Adding Constraints To begin entering constraints, click the “Add” button to the right of the constraints window. Fill in the entries in the resulting Add Constraint dialogue box.

22 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.22 The Complete Solver Dialogue Box

23 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.23 Some Important Options Click on the “Options” button, and click in both the “Assume Linear Model” and the “Assume Non-Negative” box. –“Assume Linear Model” tells the Solver that this is a linear programming model. –“Assume Non-Negative” adds nonnegativity constraints to all the changing cells.

24 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.24 The Solver Results Dialogue Box

25 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.25 The Optimal Solution

26 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.26 The Profit & Gambit Co. Management has decided to undertake a major advertising campaign that will focus on the following three key products: –A spray prewash stain remover. –A liquid laundry detergent. –A powder laundry detergent. The campaign will use both television and print media The general goal is to increase sales of these products. Management has set the following goals for the campaign: –Sales of the stain remover should increase by at least 3%. –Sales of the liquid detergent should increase by at least 18%. –Sales of the powder detergent should increase by at least 4%. Question: how much should they advertise in each medium to meet the sales goals at a minimum total cost?

27 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.27 Profit & Gambit Co. Spreadsheet Model

28 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.28 Algebraic Model for Profit & Gambit LetTV = the number of units of advertising on television PM = the number of units of advertising in the print media Minimize Cost = TV + 2PM (in millions of dollars) subject to Stain remover increased sales: PM ≥ 3 Liquid detergent increased sales:3TV + 2PM ≥ 18 Powder detergent increased sales:–TV + 4PM ≥ 4 and TV ≥ 0, PM ≥ 0.

29 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.29 Applying the Graphical Method

30 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.30 The Optimal Solution

31 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.31 Summary of the Graphical Method Draw the constraint boundary line for each constraint. Use the origin (or any point not on the line) to determine which side of the line is permitted by the constraint. Find the feasible region by determining where all constraints are satisfied simultaneously. Determine the slope of one objective function line. All other objective function lines will have the same slope. Move a straight edge with this slope through the feasible region in the direction of improving values of the objective function. Stop at the last instant that the straight edge still passes through a point in the feasible region. This line given by the straight edge is the optimal objective function line. A feasible point on the optimal objective function line is an optimal solution.

32 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.32 A Production Problem Weekly supply of raw materials: 8 Small Bricks6 Large Bricks Products: Table Profit = $20 / Table Chair Profit = $15 / Chair

33 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.33 Linear Programming Linear programming uses a mathematical model to find the best allocation of scarce resources to various activities so as to maximize profit or minimize cost. Let T = Number of tables to produce C = Number of chairs to produce Maximize Profit = ($20)T + ($15)C subject to 2T + C ≤ 6 large bricks 2T + 2C ≤ 8 small bricks and T ≥ 0, C ≥ 0.

34 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.34 Graphical Representation

35 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.35 Components of a Linear Program Data Cells Changing Cells (“Decision Variables”) Target Cell (“Objective Function”) Constraints

36 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.36 Four Assumptions of Linear Programming Linearity Divisibility Certainty Nonnegativity

37 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.37 When is a Spreadsheet Model Linear? All equations (output cells) must be of the form = ax + by + cz + … where a, b, c are constants (data cells) and x, y, z are changing cells. Suppose C1:C6 are changing cells and D1:D6 are data cells. Which of the following can be part of an LP? –SUMPRODUCT(D1:D6, C1:C6) –SUM(C1:C6) –C1 * SUM(C4:C6) –SUMPRODUCT(C1:C3, C4:C6) –IF(C1 > 3, 2*C3 + C4, 3*C3 + C5) –IF(D1 > 3, C1, C2) –MIN(C1, C2) –MIN(D1, D2) * C1 –ROUND(C1)

38 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.38 Why Use Linear Programming? Linear programs are easy (efficient) to solve The best (optimal) solution is guaranteed to be found (if it exists) Useful sensitivity analysis information is generated Many problems are essentially linear

39 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.39 Developing a Spreadsheet Model Step #1: Data Cells –Enter all of the data for the problem on the spreadsheet. –Make consistent use of rows and columns. –It is a good idea to color code these “data cells” (e.g., light blue).

40 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.40 Developing a Spreadsheet Model Step #2: Changing Cells –Add a cell in the spreadsheet for every decision that needs to be made. –If you don’t have any particular initial values, just enter 0 in each. –It is a good idea to color code these “changing cells” (e.g., yellow with border).

41 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.41 Developing a Spreadsheet Model Step #3: Target Cell –Develop an equation that defines the objective of the model. –Typically this equation involves the data cells and the changing cells in order to determine a quantity of interest (e.g., total profit or total cost). –It is a good idea to color code this cell (e.g., orange with heavy border).

42 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.42 Developing a Spreadsheet Model Step #4: Constraints –For any resource that is restricted, calculate the amount of that resource used in a cell on the spreadsheet (an output cell). –Define the constraint in three consecutive cells. For example, if Quantity A ≤ Quantity B, put these three items (Quantity A, ≤, Quantity B) in consecutive cells. –Note the use of relative and absolute addressing to make it easy to copy formulas in column E.

43 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.43 Defining the Target Cell Choose the “Solver” from the Tools menu. Select the cell you wish to optimize in the “Set Target Cell” window. Choose “Max” or “Min” depending on whether you want to maximize or minimize the target cell.

44 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.44 Identifying the Changing Cells Enter all the changing cells in the “By Changing Cells” window. –You may either drag the cursor across the cells or type the addresses. –If there are multiple sets of changing cells, separate them by typing a comma.

45 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.45 Adding Constraints To begin entering constraints, click the “Add” button to the right of the constraints window. Fill in the entries in the resulting Add Constraint dialogue box.

46 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.46 Some Important Options Click on the “Options” button, and click in both the “Assume Linear Model” and the “Assume Non-Negative” box. –“Assume Linear Model” tells the Solver that this is a linear programming model. –“Assume Non-Negative” adds nonnegativity constraints to all the changing cells.

47 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.47 The Solution After clicking “Solve”, you will receive one of four messages: –“Solver found a solution. All constraints and optimality conditions are satisfied.” –“Set cell values did not converge.” –“Solver could not find a feasible solution.” –“Conditions for Assume Linear Model are not satisfied.”

48 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.48 The Graphical Method for Solving LP’s Formulate the problem as a linear program Plot the constraints Identify the feasible region Draw an imaginary line parallel to the objective function (Z = a) Find the optimal solution

49 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.49 Example #1 Maximize Z = 3x 1 + 5x 2 subject to x 1 ≤ 4 2x 2 ≤ 12 3x 1 + 2x 2 ≤ 18 and x 1 ≥ 0, x 2 ≥ 0.

50 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.50 Example #2 Minimize Z = 15x 1 + 20x 2 subject to x 1 +2x 2 ≥ 10 2x 1 – 3x 2 ≤ 6 x 1 + x 2 ≥ 6 and x 1 ≥ 0, x 2 ≥ 0.

51 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.51 Example #3 Maximize Z = x 1 + x 2 subject to x 1 +2x 2 = 8 x 1 – x 2 ≤ 0 and x 1 ≥ 0, x 2 ≥ 0.

52 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.52 Properties of Linear Programming Solutions An optimal solution must lie on the boundary of the feasible region. There are exactly four possible outcomes of linear programming: –A unique optimal solution is found. –An infinite number of optimal solutions exist. –No feasible solutions exist. –The objective function is unbounded (there is no optimal solution). If an LP model has one optimal solution, it must be at a corner point. If an LP model has many optimal solutions, at least two of these optimal solutions are at corner points.

53 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.53 Example #4 (Multiple Optimal Solutions) Minimize Z = 6x 1 + 4x 2 subject to x 1 ≤ 4 2x 2 ≤ 12 3x 1 + 2x 2 ≤ 18 and x 1 ≥ 0, x 2 ≥ 0.

54 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.54 Example #5 (No Feasible Solution) Maximize Z = 3x 1 + 5x 2 subject to x 1 ≥ 5 x 2 ≥ 4 3x 1 + 2x 2 ≤ 18 and x 1 ≥ 0, x 2 ≥ 0.

55 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.55 Example #6 (Unbounded Solution) Maximize Z = 5x 1 + 12x 2 subject to x 1 ≤ 5 2x 1 –x 2 ≤ 2 and x 1 ≥ 0, x 2 ≥ 0.

56 McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.56 The Simplex Method Algorithm 1.Start at a feasible corner point (often the origin). 2.Check if adjacent corner points improve the objective function: a)If so, move to adjacent corner and repeat step 2. b)If not, current corner point is optimal. Stop.


Download ppt "McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., 2008 2.1 Table of Contents Chapter 2 (Linear Programming: Basic Concepts) The Wyndor Glass Company."

Similar presentations


Ads by Google