SlideShare a Scribd company logo
1 of 42
Linear Programming: 
Computer Solution and 
Sensitivity Analysis 
Chapter 3 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 3-1
3-2 
Chapter Topics 
 Computer Solution 
 Sensitivity Analysis 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-3 
Computer Solution 
 Early linear programming used lengthy manual 
mathematical solution procedure called the Simplex 
Method (See CD-ROM Module A). 
 Steps of the Simplex Method have been programmed 
in software packages designed for linear programming 
problems. 
 Many such packages available currently. 
 Used extensively in business and government. 
 Text focuses on Excel Spreadsheets and QM for 
Windows. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-4 
Beaver Creek Pottery Example 
Excel Spreadsheet – Data Screen (1 of 6) 
Exhibit 3.1 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-5 
Beaver Creek Pottery Example 
“Solver” Parameter Screen (2 of 6) 
Exhibit 3.2 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-6 
Beaver Creek Pottery Example 
Adding Model Constraints (3 of 6) 
Exhibit 3.3 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-7 
Beaver Creek Pottery Example 
“Solver” Settings (4 of 6) 
Exhibit 3.4 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-8 
Beaver Creek Pottery Example 
Solution Screen (5 of 6) 
Exhibit 3.5 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-9 
Beaver Creek Pottery Example 
Answer Report (6 of 6) 
Exhibit 3.6 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-10 
Linear Programming Problem: Standard Form 
 Standard form requires all variables in the constraint equations to 
appear on the left of the inequality (or equality) and all numeric 
values to be on the right-hand side. 
 Examples: 
 x3 ³ x1 + x2 must be converted to x3 - x1 - x2 ³ 0 
 x1/(x2 + x3) ³ 2 becomes x1 ³ 2 (x2 + x3) 
and then x1 - 2x2 - 2x3 ³ 0 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-11 
Beaver Creek Pottery Example 
QM for Windows (1 of 5) 
Exhibit 3.7 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-12 
Beaver Creek Pottery Example 
QM for Windows – Data Set Creation (2 of 5) 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 
Exhibit 3.8
3-13 
Beaver Creek Pottery Example 
QM for Windows: Data Table (3 of 5) 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 
Exhibit 3.9
3-14 
Beaver Creek Pottery Example 
QM for Windows: Model Solution (4 of 5) 
Exhibit 3.10 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-15 
Beaver Creek Pottery Example 
QM for Windows: Graphical Display (5 of 5) 
Exhibit 3.11 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-16 
Beaver Creek Pottery Example 
Sensitivity Analysis (1 of 4) 
 Sensitivity analysis determines the effect on the optimal solution 
of changes in parameter values of the objective function and 
constraint equations. 
 Changes may be reactions to anticipated uncertainties in the 
parameters or to new or changed information concerning the 
model. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-17 
Beaver Creek Pottery Example 
Sensitivity Analysis (2 of 4) 
Maximize Z = $40x1 + $50x2 
subject to: x1 + 2x2 £ 40 
4x1 + 3x2 £ 120 
x1, x2 ³ 0 
Figure 3.1 
Optimal Solution Point 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-18 
Beaver Creek Pottery Example 
Change x1 Objective Function Coefficient (3 of 4) 
Maximize Z = $100x1 + $50x2 
subject to: x1 + 2x2 £ 40 
4x1 + 3x2 £ 120 
x1, x2 ³ 0 
Figure 3.2 Changing the x1 Objective Function Coefficient 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-19 
Beaver Creek Pottery Example 
Change x2 Objective Function Coefficient (4 of 4) 
Maximize Z = $40x1 + $100x2 
subject to: x1 + 2x2 £ 40 
4x1 + 3x2 £ 120 
x1, x2 ³ 0 
Figure 3.3 Changing the x2 Objective Function Coefficient 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Objective Function Coefficient 
Sensitivity Range (1 of 3) 
 The sensitivity range for an objective function coefficient is the 
range of values over which the current optimal solution point will 
remain optimal. 
3-20 
 The sensitivity range for the xi coefficient is designated as ci. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-21 
Objective Function Coefficient 
Sensitivity Range for c1 and c2 (2 of 3) 
objective function Z = $40x1 + $50x2 
sensitivity range for: 
x1: 25 £ c1 £ 66.67 
x2: 30 £ c2 £ 80 
Figure 3.4 Determining the Sensitivity Range for c1 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-22 
Objective Function Coefficient 
Fertilizer Cost Minimization Example (3 of 3) 
Minimize Z = $6x1 + $3x2 
subject to: 
2x1 + 4x2 ³ 16 
4x1 + 3x2 ³ 24 
x1, x2 ³ 0 
sensitivity ranges: 
4 £ c1 £ ¥ 
0 £ c2 £ 4.5 
Figure 3.5 Fertilizer Cost Minimization Example 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-23 
Objective Function Coefficient Ranges 
Excel “Solver” Results Screen (1 of 3) 
Exhibit 3.12 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-24 
Objective Function Coefficient Ranges 
Beaver Creek Example Sensitivity Report (2 of 3) 
Exhibit 3.13 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Objective Function Coefficient Ranges 
QM for Windows Sensitivity Range Screen (3 of 3) 
3-25 
Exhibit 3.14 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 
Sensitivity ranges 
for objective 
function coefficients
3-26 
Changes in Constraint Quantity Values 
Sensitivity Range (1 of 4) 
 The sensitivity range for a right-hand-side value is the 
range of values over which the quantity’s value can change 
without changing the solution variable mix , including 
the slack variables. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-27 
Changes in Constraint Quantity Values 
Increasing the Labor Constraint (2 of 4) 
Maximize Z = $40x1 + $50x2 
subject to: x1 + 2x2 + s1 = 40 
4x1 + 3x2 + s2 = 120 
x1, x2 ³ 0 
Figure 3.6 Increasing the Labor Constraint Quantity 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-28 
Changes in Constraint Quantity Values 
Sensitivity Range for Labor Constraint (3 of 4) 
Figure 3.7 Determining the Sensitivity Range for Labor Quantity 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-29 
Changes in Constraint Quantity Values 
Sensitivity Range for Clay Constraint (4 of 4) 
Figure 3.8 Determining the Sensitivity Range for Clay Quantity 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-30 
Constraint Quantity Value Ranges by Computer 
Excel Sensitivity Range for Constraints (1 of 2) 
Exhibit 3.15 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-31 
Constraint Quantity Value Ranges by Computer 
QM for Windows Sensitivity Range (2 of 2) 
Exhibit 3.16 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-32 
Other Forms of Sensitivity Analysis 
Topics (1 of 4) 
 Changing individual constraint parameters 
 Adding new constraints 
 Adding new variables 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-33 
Other Forms of Sensitivity Analysis 
Changing a Constraint Parameter (2 of 4) 
Maximize Z = $40x1 + $50x2 
subject to: x1 + 2x2 £ 40 
4x1 + 3x2 £ 120 
x1, x2 ³ 0 
Figure 3.9 Changing the x1 Coefficient in the Labor Constraint 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-34 
Other Forms of Sensitivity Analysis 
Adding a New Constraint (3 of 4) 
Adding a new constraint to Beaver Creek Model: 
0.20x1+ 0.10x2 £ 5 hours for packaging 
Original solution: 24 bowls, 8 mugs, $1,360 profit 
Exhibit 3.17 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-35 
Other Forms of Sensitivity Analysis 
Adding a New Variable (4 of 4) 
Adding a new variable to the Beaver Creek model, x3, for a third 
product, cups 
Maximize Z = $40x1 + 50x2 + 30x3 
subject to: 
x1 + 2x2 + 1.2x3 £ 40 hr of labor 
4x1 + 3x2 + 2x3 £ 120 lb of clay 
x1, x2, x3 ³ 0 
Solving model shows that change has no effect on the original solution 
(i.e., the model is not sensitive to this change). 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-36 
Shadow Prices (Dual Variable Values) 
 Defined as the marginal value of one additional unit 
of resource. 
 The sensitivity range for a constraint quantity value is 
also the range over which the shadow price is valid. 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-37 
Excel Sensitivity Report for Beaver Creek 
Pottery 
Shadow Maximize Prices Z = $Example 40x1 + $50x2 subject (1 of 2) 
to: 
x1 + 2x2 £ 40 hr of labor 
4x1 + 3x2 £ 120 lb of clay 
x1, x2 ³ 0 
Exhibit 3.18 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-38 
Excel Sensitivity Report for Beaver Creek 
Pottery 
Solution Screen (2 of 2) 
Exhibit 3.19 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-39 
Example Problem 
Problem Statement (1 of 3) 
 Two airplane parts: no.1 and no. 2. 
 Three manufacturing stages: stamping, drilling, finishing. 
 Decision variables: x1 (number of part no. 1 to produce) 
x2 (number of part no. 2 to produce) 
 Model: Maximize Z = $650x1 + 910x2 
subject to: 
4x1 + 7.5x2 £ 105 (stamping,hr) 
6.2x1 + 4.9x2 £ 90 (drilling, hr) 
9.1x1 + 4.1x2 £ 110 (finishing, hr) 
x1, x2 ³ 0 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-40 
Example Problem 
Graphical Solution (2 of 3) 
Maximize Z = $650x1 + $910x2 
subject to: 
4x1 + 7.5x2 £ 105 
6.2x1 + 4.9x2 £ 90 
9.1x1 + 4.1x2 £ 110 
x1, x2 ³ 0 
s1 = 0, s2 = 0, s3 = 11.35 hr 
485.33 £ c1 £ 1,151.43 
89.10 £ q1 £ 137.76 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
3-41 
Example Problem 
Excel Solution (3 of 3) 
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 3-42

More Related Content

What's hot

Ch1 measuring economic activities
Ch1 measuring economic activitiesCh1 measuring economic activities
Ch1 measuring economic activitiesChormvirak Moulsem
 
Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method pptDereje Tigabu
 
Taylor introms10 ppt_02
Taylor introms10 ppt_02Taylor introms10 ppt_02
Taylor introms10 ppt_02QA Cmu
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPPRAVI PRASAD K.J.
 
Simplex method concept,
Simplex method concept,Simplex method concept,
Simplex method concept,Dronak Sahu
 
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam LoneINDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam LoneSAMEENALONE2
 
Keynesian multiplier effects
Keynesian multiplier effectsKeynesian multiplier effects
Keynesian multiplier effectsLov Gupta
 
decision making criterion
decision making criteriondecision making criterion
decision making criterionGaurav Sonkar
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditPurnima Pandit
 
Presentation on GMM
Presentation on GMMPresentation on GMM
Presentation on GMMMoses sichei
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingSalah A. Skaik - MBA-PMP®
 
decision making in Lp
decision making in Lp decision making in Lp
decision making in Lp Dronak Sahu
 
OR (JNTUK) III Mech Unit 8 simulation
OR (JNTUK) III Mech Unit 8  simulationOR (JNTUK) III Mech Unit 8  simulation
OR (JNTUK) III Mech Unit 8 simulationNageswara Rao Thots
 
Engineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualEngineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualcutera123
 

What's hot (20)

Operations Research - The Big M Method
Operations Research - The Big M MethodOperations Research - The Big M Method
Operations Research - The Big M Method
 
Ch1 measuring economic activities
Ch1 measuring economic activitiesCh1 measuring economic activities
Ch1 measuring economic activities
 
Chapter 4 Simplex Method ppt
Chapter 4  Simplex Method pptChapter 4  Simplex Method ppt
Chapter 4 Simplex Method ppt
 
Taylor introms10 ppt_02
Taylor introms10 ppt_02Taylor introms10 ppt_02
Taylor introms10 ppt_02
 
Post-optimal analysis of LPP
Post-optimal analysis of LPPPost-optimal analysis of LPP
Post-optimal analysis of LPP
 
Simplex method concept,
Simplex method concept,Simplex method concept,
Simplex method concept,
 
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam LoneINDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
INDIRECT UTILITY FUNCTION AND ROY’S IDENTITIY by Maryam Lone
 
Keynesian multiplier effects
Keynesian multiplier effectsKeynesian multiplier effects
Keynesian multiplier effects
 
decision making criterion
decision making criteriondecision making criterion
decision making criterion
 
Ch4
Ch4Ch4
Ch4
 
Linear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima PanditLinear Programming Problems : Dr. Purnima Pandit
Linear Programming Problems : Dr. Purnima Pandit
 
Market failure
Market failure Market failure
Market failure
 
Public goods and externalities
Public goods and externalitiesPublic goods and externalities
Public goods and externalities
 
Presentation on GMM
Presentation on GMMPresentation on GMM
Presentation on GMM
 
Integer Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear ProgrammingInteger Programming, Goal Programming, and Nonlinear Programming
Integer Programming, Goal Programming, and Nonlinear Programming
 
Rsh qam11 ch09 ge
Rsh qam11 ch09 geRsh qam11 ch09 ge
Rsh qam11 ch09 ge
 
decision making in Lp
decision making in Lp decision making in Lp
decision making in Lp
 
The probit model
The probit modelThe probit model
The probit model
 
OR (JNTUK) III Mech Unit 8 simulation
OR (JNTUK) III Mech Unit 8  simulationOR (JNTUK) III Mech Unit 8  simulation
OR (JNTUK) III Mech Unit 8 simulation
 
Engineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manualEngineering economy 8th edition blank solutions manual
Engineering economy 8th edition blank solutions manual
 

Viewers also liked

Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplexSHAMJITH KM
 
Bba 3274 qm week 8 linear programming
Bba 3274 qm week 8 linear programmingBba 3274 qm week 8 linear programming
Bba 3274 qm week 8 linear programmingStephen Ong
 
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric Approach
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric ApproachMath 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric Approach
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric ApproachJason Aubrey
 
An Introduction to Linear Programming
An Introduction to Linear ProgrammingAn Introduction to Linear Programming
An Introduction to Linear ProgrammingMinh-Tri Pham
 
Advancesensit
AdvancesensitAdvancesensit
AdvancesensitAnam Shah
 
Lesson 29: Linear Programming I
Lesson 29: Linear Programming ILesson 29: Linear Programming I
Lesson 29: Linear Programming IMatthew Leingang
 
Numerical analysis simplex method 2
Numerical analysis  simplex method 2Numerical analysis  simplex method 2
Numerical analysis simplex method 2SHAMJITH KM
 
Duality in lpp
Duality in lppDuality in lpp
Duality in lppAbu Bashar
 
Mba i ot unit-1.1_linear programming
Mba i ot unit-1.1_linear programmingMba i ot unit-1.1_linear programming
Mba i ot unit-1.1_linear programmingRai University
 
Simplex method
Simplex methodSimplex method
Simplex methodAbu Bashar
 
Duality in Linear Programming Problem
Duality in Linear Programming ProblemDuality in Linear Programming Problem
Duality in Linear Programming ProblemRAVI PRASAD K.J.
 
Solving linear programming model by simplex method
Solving linear programming model by simplex methodSolving linear programming model by simplex method
Solving linear programming model by simplex methodRoshan Kumar Patel
 
3. linear programming senstivity analysis
3. linear programming senstivity analysis3. linear programming senstivity analysis
3. linear programming senstivity analysisHakeem-Ur- Rehman
 
Numerical analysis simplex method 1
Numerical analysis  simplex method 1Numerical analysis  simplex method 1
Numerical analysis simplex method 1SHAMJITH KM
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 

Viewers also liked (20)

Numerical analysis dual, primal, revised simplex
Numerical analysis  dual, primal, revised simplexNumerical analysis  dual, primal, revised simplex
Numerical analysis dual, primal, revised simplex
 
Bba 3274 qm week 8 linear programming
Bba 3274 qm week 8 linear programmingBba 3274 qm week 8 linear programming
Bba 3274 qm week 8 linear programming
 
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric Approach
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric ApproachMath 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric Approach
Math 1300: Section 5- 3 Linear Programing in Two Dimensions: Geometric Approach
 
Lecture27 linear programming
Lecture27 linear programmingLecture27 linear programming
Lecture27 linear programming
 
An Introduction to Linear Programming
An Introduction to Linear ProgrammingAn Introduction to Linear Programming
An Introduction to Linear Programming
 
aaoczc2252
aaoczc2252aaoczc2252
aaoczc2252
 
Main
MainMain
Main
 
Advancesensit
AdvancesensitAdvancesensit
Advancesensit
 
Lesson 29: Linear Programming I
Lesson 29: Linear Programming ILesson 29: Linear Programming I
Lesson 29: Linear Programming I
 
Numerical analysis simplex method 2
Numerical analysis  simplex method 2Numerical analysis  simplex method 2
Numerical analysis simplex method 2
 
Duality in lpp
Duality in lppDuality in lpp
Duality in lpp
 
Mba i ot unit-1.1_linear programming
Mba i ot unit-1.1_linear programmingMba i ot unit-1.1_linear programming
Mba i ot unit-1.1_linear programming
 
Simplex method
Simplex methodSimplex method
Simplex method
 
Duality in Linear Programming Problem
Duality in Linear Programming ProblemDuality in Linear Programming Problem
Duality in Linear Programming Problem
 
Chromatography: Pesticide Residue Analysis Webinar Series: Part 3 of 4: Maxi...
Chromatography: Pesticide Residue Analysis Webinar Series:  Part 3 of 4: Maxi...Chromatography: Pesticide Residue Analysis Webinar Series:  Part 3 of 4: Maxi...
Chromatography: Pesticide Residue Analysis Webinar Series: Part 3 of 4: Maxi...
 
Solving linear programming model by simplex method
Solving linear programming model by simplex methodSolving linear programming model by simplex method
Solving linear programming model by simplex method
 
Linear programming
Linear programmingLinear programming
Linear programming
 
3. linear programming senstivity analysis
3. linear programming senstivity analysis3. linear programming senstivity analysis
3. linear programming senstivity analysis
 
Numerical analysis simplex method 1
Numerical analysis  simplex method 1Numerical analysis  simplex method 1
Numerical analysis simplex method 1
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 

Similar to Taylor introms10 ppt_03

ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.pptkoolaung
 
chapter2-2-_to_be_sent.ppt................
chapter2-2-_to_be_sent.ppt................chapter2-2-_to_be_sent.ppt................
chapter2-2-_to_be_sent.ppt................ssuser486a8b
 
256 slide for management faculty science for excel
256 slide for management faculty science for excel256 slide for management faculty science for excel
256 slide for management faculty science for excelimamaliazizov1
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04QA Cmu
 
sensitivity analysis.ppt
sensitivity analysis.pptsensitivity analysis.ppt
sensitivity analysis.pptrohit776596
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04QA Cmu
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.pptrohit776596
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.pptrohit776596
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsMark Ryder
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.pptrohit776596
 
Lecture 8 section 3.2 polynomial equations
Lecture 8   section 3.2 polynomial equationsLecture 8   section 3.2 polynomial equations
Lecture 8 section 3.2 polynomial equationsnjit-ronbrown
 
181_Sample-Chapter.pdf
181_Sample-Chapter.pdf181_Sample-Chapter.pdf
181_Sample-Chapter.pdfThanoonQasem
 
Chapter 3 linear programming
Chapter 3   linear programmingChapter 3   linear programming
Chapter 3 linear programmingsarkissk
 
Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science um1222
 
Lecture 10 section 4.1 and 4.2 exponential functions
Lecture 10   section 4.1 and 4.2  exponential functionsLecture 10   section 4.1 and 4.2  exponential functions
Lecture 10 section 4.1 and 4.2 exponential functionsnjit-ronbrown
 
Lecture 10 section 4.1 and 4.2 exponential functions
Lecture 10   section 4.1 and 4.2  exponential functionsLecture 10   section 4.1 and 4.2  exponential functions
Lecture 10 section 4.1 and 4.2 exponential functionsnjit-ronbrown
 

Similar to Taylor introms10 ppt_03 (20)

ch03 Linear Programming.ppt
ch03 Linear Programming.pptch03 Linear Programming.ppt
ch03 Linear Programming.ppt
 
lesson_4_t10_c03.ppt
lesson_4_t10_c03.pptlesson_4_t10_c03.ppt
lesson_4_t10_c03.ppt
 
chapter2-2-_to_be_sent.ppt................
chapter2-2-_to_be_sent.ppt................chapter2-2-_to_be_sent.ppt................
chapter2-2-_to_be_sent.ppt................
 
256 slide for management faculty science for excel
256 slide for management faculty science for excel256 slide for management faculty science for excel
256 slide for management faculty science for excel
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
sensitivity analysis.ppt
sensitivity analysis.pptsensitivity analysis.ppt
sensitivity analysis.ppt
 
Taylor introms10 ppt_04
Taylor introms10 ppt_04Taylor introms10 ppt_04
Taylor introms10 ppt_04
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.ppt
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.ppt
 
MAT1033.6.3.ppt
MAT1033.6.3.pptMAT1033.6.3.ppt
MAT1033.6.3.ppt
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
sensitivity analyses.ppt
sensitivity analyses.pptsensitivity analyses.ppt
sensitivity analyses.ppt
 
Unit 2.3
Unit 2.3Unit 2.3
Unit 2.3
 
Lecture 8 section 3.2 polynomial equations
Lecture 8   section 3.2 polynomial equationsLecture 8   section 3.2 polynomial equations
Lecture 8 section 3.2 polynomial equations
 
16083116
1608311616083116
16083116
 
181_Sample-Chapter.pdf
181_Sample-Chapter.pdf181_Sample-Chapter.pdf
181_Sample-Chapter.pdf
 
Chapter 3 linear programming
Chapter 3   linear programmingChapter 3   linear programming
Chapter 3 linear programming
 
Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science Introduction to Operations Research/ Management Science
Introduction to Operations Research/ Management Science
 
Lecture 10 section 4.1 and 4.2 exponential functions
Lecture 10   section 4.1 and 4.2  exponential functionsLecture 10   section 4.1 and 4.2  exponential functions
Lecture 10 section 4.1 and 4.2 exponential functions
 
Lecture 10 section 4.1 and 4.2 exponential functions
Lecture 10   section 4.1 and 4.2  exponential functionsLecture 10   section 4.1 and 4.2  exponential functions
Lecture 10 section 4.1 and 4.2 exponential functions
 

Recently uploaded

Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCRashishs7044
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadAyesha Khan
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 

Recently uploaded (20)

Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
8447779800, Low rate Call girls in Uttam Nagar Delhi NCR
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 

Taylor introms10 ppt_03

  • 1. Linear Programming: Computer Solution and Sensitivity Analysis Chapter 3 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 3-1
  • 2. 3-2 Chapter Topics  Computer Solution  Sensitivity Analysis Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 3. 3-3 Computer Solution  Early linear programming used lengthy manual mathematical solution procedure called the Simplex Method (See CD-ROM Module A).  Steps of the Simplex Method have been programmed in software packages designed for linear programming problems.  Many such packages available currently.  Used extensively in business and government.  Text focuses on Excel Spreadsheets and QM for Windows. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 4. 3-4 Beaver Creek Pottery Example Excel Spreadsheet – Data Screen (1 of 6) Exhibit 3.1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 5. 3-5 Beaver Creek Pottery Example “Solver” Parameter Screen (2 of 6) Exhibit 3.2 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 6. 3-6 Beaver Creek Pottery Example Adding Model Constraints (3 of 6) Exhibit 3.3 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 7. 3-7 Beaver Creek Pottery Example “Solver” Settings (4 of 6) Exhibit 3.4 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 8. 3-8 Beaver Creek Pottery Example Solution Screen (5 of 6) Exhibit 3.5 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 9. 3-9 Beaver Creek Pottery Example Answer Report (6 of 6) Exhibit 3.6 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 10. 3-10 Linear Programming Problem: Standard Form  Standard form requires all variables in the constraint equations to appear on the left of the inequality (or equality) and all numeric values to be on the right-hand side.  Examples:  x3 ³ x1 + x2 must be converted to x3 - x1 - x2 ³ 0  x1/(x2 + x3) ³ 2 becomes x1 ³ 2 (x2 + x3) and then x1 - 2x2 - 2x3 ³ 0 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 11. 3-11 Beaver Creek Pottery Example QM for Windows (1 of 5) Exhibit 3.7 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 12. 3-12 Beaver Creek Pottery Example QM for Windows – Data Set Creation (2 of 5) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 3.8
  • 13. 3-13 Beaver Creek Pottery Example QM for Windows: Data Table (3 of 5) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Exhibit 3.9
  • 14. 3-14 Beaver Creek Pottery Example QM for Windows: Model Solution (4 of 5) Exhibit 3.10 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 15. 3-15 Beaver Creek Pottery Example QM for Windows: Graphical Display (5 of 5) Exhibit 3.11 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 16. 3-16 Beaver Creek Pottery Example Sensitivity Analysis (1 of 4)  Sensitivity analysis determines the effect on the optimal solution of changes in parameter values of the objective function and constraint equations.  Changes may be reactions to anticipated uncertainties in the parameters or to new or changed information concerning the model. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 17. 3-17 Beaver Creek Pottery Example Sensitivity Analysis (2 of 4) Maximize Z = $40x1 + $50x2 subject to: x1 + 2x2 £ 40 4x1 + 3x2 £ 120 x1, x2 ³ 0 Figure 3.1 Optimal Solution Point Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 18. 3-18 Beaver Creek Pottery Example Change x1 Objective Function Coefficient (3 of 4) Maximize Z = $100x1 + $50x2 subject to: x1 + 2x2 £ 40 4x1 + 3x2 £ 120 x1, x2 ³ 0 Figure 3.2 Changing the x1 Objective Function Coefficient Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 19. 3-19 Beaver Creek Pottery Example Change x2 Objective Function Coefficient (4 of 4) Maximize Z = $40x1 + $100x2 subject to: x1 + 2x2 £ 40 4x1 + 3x2 £ 120 x1, x2 ³ 0 Figure 3.3 Changing the x2 Objective Function Coefficient Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 20. Objective Function Coefficient Sensitivity Range (1 of 3)  The sensitivity range for an objective function coefficient is the range of values over which the current optimal solution point will remain optimal. 3-20  The sensitivity range for the xi coefficient is designated as ci. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 21. 3-21 Objective Function Coefficient Sensitivity Range for c1 and c2 (2 of 3) objective function Z = $40x1 + $50x2 sensitivity range for: x1: 25 £ c1 £ 66.67 x2: 30 £ c2 £ 80 Figure 3.4 Determining the Sensitivity Range for c1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 22. 3-22 Objective Function Coefficient Fertilizer Cost Minimization Example (3 of 3) Minimize Z = $6x1 + $3x2 subject to: 2x1 + 4x2 ³ 16 4x1 + 3x2 ³ 24 x1, x2 ³ 0 sensitivity ranges: 4 £ c1 £ ¥ 0 £ c2 £ 4.5 Figure 3.5 Fertilizer Cost Minimization Example Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 23. 3-23 Objective Function Coefficient Ranges Excel “Solver” Results Screen (1 of 3) Exhibit 3.12 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 24. 3-24 Objective Function Coefficient Ranges Beaver Creek Example Sensitivity Report (2 of 3) Exhibit 3.13 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 25. Objective Function Coefficient Ranges QM for Windows Sensitivity Range Screen (3 of 3) 3-25 Exhibit 3.14 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Sensitivity ranges for objective function coefficients
  • 26. 3-26 Changes in Constraint Quantity Values Sensitivity Range (1 of 4)  The sensitivity range for a right-hand-side value is the range of values over which the quantity’s value can change without changing the solution variable mix , including the slack variables. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 27. 3-27 Changes in Constraint Quantity Values Increasing the Labor Constraint (2 of 4) Maximize Z = $40x1 + $50x2 subject to: x1 + 2x2 + s1 = 40 4x1 + 3x2 + s2 = 120 x1, x2 ³ 0 Figure 3.6 Increasing the Labor Constraint Quantity Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 28. 3-28 Changes in Constraint Quantity Values Sensitivity Range for Labor Constraint (3 of 4) Figure 3.7 Determining the Sensitivity Range for Labor Quantity Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 29. 3-29 Changes in Constraint Quantity Values Sensitivity Range for Clay Constraint (4 of 4) Figure 3.8 Determining the Sensitivity Range for Clay Quantity Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 30. 3-30 Constraint Quantity Value Ranges by Computer Excel Sensitivity Range for Constraints (1 of 2) Exhibit 3.15 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 31. 3-31 Constraint Quantity Value Ranges by Computer QM for Windows Sensitivity Range (2 of 2) Exhibit 3.16 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 32. 3-32 Other Forms of Sensitivity Analysis Topics (1 of 4)  Changing individual constraint parameters  Adding new constraints  Adding new variables Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 33. 3-33 Other Forms of Sensitivity Analysis Changing a Constraint Parameter (2 of 4) Maximize Z = $40x1 + $50x2 subject to: x1 + 2x2 £ 40 4x1 + 3x2 £ 120 x1, x2 ³ 0 Figure 3.9 Changing the x1 Coefficient in the Labor Constraint Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 34. 3-34 Other Forms of Sensitivity Analysis Adding a New Constraint (3 of 4) Adding a new constraint to Beaver Creek Model: 0.20x1+ 0.10x2 £ 5 hours for packaging Original solution: 24 bowls, 8 mugs, $1,360 profit Exhibit 3.17 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 35. 3-35 Other Forms of Sensitivity Analysis Adding a New Variable (4 of 4) Adding a new variable to the Beaver Creek model, x3, for a third product, cups Maximize Z = $40x1 + 50x2 + 30x3 subject to: x1 + 2x2 + 1.2x3 £ 40 hr of labor 4x1 + 3x2 + 2x3 £ 120 lb of clay x1, x2, x3 ³ 0 Solving model shows that change has no effect on the original solution (i.e., the model is not sensitive to this change). Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 36. 3-36 Shadow Prices (Dual Variable Values)  Defined as the marginal value of one additional unit of resource.  The sensitivity range for a constraint quantity value is also the range over which the shadow price is valid. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 37. 3-37 Excel Sensitivity Report for Beaver Creek Pottery Shadow Maximize Prices Z = $Example 40x1 + $50x2 subject (1 of 2) to: x1 + 2x2 £ 40 hr of labor 4x1 + 3x2 £ 120 lb of clay x1, x2 ³ 0 Exhibit 3.18 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 38. 3-38 Excel Sensitivity Report for Beaver Creek Pottery Solution Screen (2 of 2) Exhibit 3.19 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 39. 3-39 Example Problem Problem Statement (1 of 3)  Two airplane parts: no.1 and no. 2.  Three manufacturing stages: stamping, drilling, finishing.  Decision variables: x1 (number of part no. 1 to produce) x2 (number of part no. 2 to produce)  Model: Maximize Z = $650x1 + 910x2 subject to: 4x1 + 7.5x2 £ 105 (stamping,hr) 6.2x1 + 4.9x2 £ 90 (drilling, hr) 9.1x1 + 4.1x2 £ 110 (finishing, hr) x1, x2 ³ 0 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 40. 3-40 Example Problem Graphical Solution (2 of 3) Maximize Z = $650x1 + $910x2 subject to: 4x1 + 7.5x2 £ 105 6.2x1 + 4.9x2 £ 90 9.1x1 + 4.1x2 £ 110 x1, x2 ³ 0 s1 = 0, s2 = 0, s3 = 11.35 hr 485.33 £ c1 £ 1,151.43 89.10 £ q1 £ 137.76 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 41. 3-41 Example Problem Excel Solution (3 of 3) Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall
  • 42. Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 3-42