SlideShare a Scribd company logo
1 of 36
3-1
Linear Programming:
Computer Solution and Sensitivity
Analysis
Lesson 4
3-2
Topics
 Computer Solution
 Sensitivity Analysis
3-3
 Early linear programming used lengthy manual
mathematical solution procedure called the Simplex
Method.
 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.
 Course focuses on Excel Spreadsheets.
Computer Solution
3-4
Beaver Creek Pottery Example
Excel Spreadsheet – Data Screen (1 of 6)
Exhibit 3.1
3-5
Beaver Creek Pottery Example
“Solver” Parameter Screen (2 of 6)
Exhibit 3.2
3-6
Exhibit 3.3
Beaver Creek Pottery Example
Adding Model Constraints (3 of 6)
3-7
Beaver Creek Pottery Example
“Solver” Settings (4 of 6)
Exhibit 3.4
3-8
Exhibit 3.5
Beaver Creek Pottery Example
Solution Screen (5 of 6)
3-9
Beaver Creek Pottery Example
Answer Report (6 of 6)
Exhibit 3.6
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
3-11
 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.
Beaver Creek Pottery Example
Sensitivity Analysis (1 of 4)
3-12
Maximize Z = $40x1 + $50x2
subject to: x1 + 2x2  40
4x1 + 3x2  120
x1, x2  0
Figure 3.1
Optimal Solution Point
Beaver Creek Pottery Example
Sensitivity Analysis (2 of 4)
3-13
Maximize Z = $100x1 + $50x2
subject to: x1 + 2x2  40
4x1 + 3x2  120
x1, x2  0
Figure 3.2 Changing the x1 Objective Function Coefficient
Beaver Creek Pottery Example
Change x1 Objective Function Coefficient (3 of 4)
3-14
Maximize Z = $40x1 + $100x2
subject to: x1 + 2x2  40
4x1 + 3x2  120
x1, x2  0
Figure 3.3 Changing the x2 Objective Function Coefficient
Beaver Creek Pottery Example
Change x2 Objective Function Coefficient (4 of 4)
3-15
 The sensitivity range for an objective function coefficient is the
range of values over which the current optimal solution point will
remain optimal.
 The sensitivity range for the xi coefficient is designated as ci.
Objective Function Coefficient
Sensitivity Range (1 of 3)
3-16
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
Objective Function Coefficient
Sensitivity Range for c1 and c2 (2 of 3)
3-17
Minimize Z = $6x1 + $3x2
subject to:
2x1 + 4x2  16
4x1 + 3x2  24
x1, x2  0
sensitivity ranges:
4  c1  
0  c2  4.5
Objective Function Coefficient
Fertilizer Cost Minimization Example (3 of 3)
Figure 3.5 Fertilizer Cost Minimization Example
3-18
Exhibit 3.12
Objective Function Coefficient Ranges
Excel “Solver” Results Screen (1 of 3)
3-19
Exhibit 3.13
Objective Function Coefficient Ranges
Beaver Creek Example Sensitivity Report (2 of 3)
3-20
Exhibit 3.14
Objective Function Coefficient Ranges
QM for Windows Sensitivity Range Screen (3 of 3)
Sensitivity ranges
for objective
function coefficients
3-21
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.
3-22
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
3-23
Changes in Constraint Quantity Values
Sensitivity Range for Labor Constraint (3 of 4)
Figure 3.7 Determining the Sensitivity Range for Labor Quantity
3-24
Changes in Constraint Quantity Values
Sensitivity Range for Clay Constraint (4 of 4)
Figure 3.8 Determining the Sensitivity Range for Clay Quantity
3-25
Exhibit 3.15
Constraint Quantity Value Ranges by Computer
Excel Sensitivity Range for Constraints (1 of 2)
3-26
Exhibit 3.16
Constraint Quantity Value Ranges by Computer
QM for Windows Sensitivity Range (2 of 2)
3-27
 Changing individual constraint parameters
 Adding new constraints
 Adding new variables
Other Forms of Sensitivity Analysis
Topics (1 of 4)
3-28
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
3-29
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
Other Forms of Sensitivity Analysis
Adding a New Constraint (3 of 4)
3-30
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).
Other Forms of Sensitivity Analysis
Adding a New Variable (4 of 4)
3-31
 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.
Shadow Prices (Dual Variable Values)
3-32
Maximize Z = $40x1 + $50x2 subject to:
x1 + 2x2  40 hr of labor
4x1 + 3x2  120 lb of clay
x1, x2  0
Exhibit 3.18
Excel Sensitivity Report for Beaver Creek Pottery
Shadow Prices Example (1 of 2)
3-33
Excel Sensitivity Report for Beaver Creek Pottery
Solution Screen (2 of 2)
Exhibit 3.19
3-34
 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
Example Problem
Problem Statement (1 of 3)
3-35
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
Example Problem
Graphical Solution (2 of 3)
3-36
Example Problem
Excel Solution (3 of 3)

More Related Content

Similar to lesson_4_t10_c03.ppt

Linear programming - Model formulation, Graphical Method
Linear programming  - Model formulation, Graphical MethodLinear programming  - Model formulation, Graphical Method
Linear programming - Model formulation, Graphical MethodJoseph Konnully
 
181_Sample-Chapter.pdf
181_Sample-Chapter.pdf181_Sample-Chapter.pdf
181_Sample-Chapter.pdfThanoonQasem
 
OR CHAPTER TWO II.PPT
OR CHAPTER  TWO II.PPTOR CHAPTER  TWO II.PPT
OR CHAPTER TWO II.PPTAynetuTerefe2
 
Aplikom03 excel or
Aplikom03 excel orAplikom03 excel or
Aplikom03 excel orArif Rahman
 
Linear equations inequalities and applications
Linear equations inequalities and applicationsLinear equations inequalities and applications
Linear equations inequalities and applicationsvineeta yadav
 
Dynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain MultiplicationDynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain MultiplicationKrishnakoumarC
 
Linear Programming_rereeLecture 2 (1).ppt
Linear Programming_rereeLecture 2 (1).pptLinear Programming_rereeLecture 2 (1).ppt
Linear Programming_rereeLecture 2 (1).pptRahulPandey785327
 
Chapter 4 Duality & sensitivity analysis.pdf
Chapter 4 Duality & sensitivity analysis.pdfChapter 4 Duality & sensitivity analysis.pdf
Chapter 4 Duality & sensitivity analysis.pdfTsegay Berhe
 
Idea for ineractive programming language
Idea for ineractive programming languageIdea for ineractive programming language
Idea for ineractive programming languageLincoln Hannah
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsMark Ryder
 
determinants-160504230830_repaired.pdf
determinants-160504230830_repaired.pdfdeterminants-160504230830_repaired.pdf
determinants-160504230830_repaired.pdfTGBSmile
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)Muhammad Arslan
 
Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)asghar123456
 
Linear programming manzoor nabi
Linear programming  manzoor nabiLinear programming  manzoor nabi
Linear programming manzoor nabiManzoor Wani
 
LPP, Duality and Game Theory
LPP, Duality and Game TheoryLPP, Duality and Game Theory
LPP, Duality and Game TheoryPurnima Pandit
 

Similar to lesson_4_t10_c03.ppt (20)

Linear programming - Model formulation, Graphical Method
Linear programming  - Model formulation, Graphical MethodLinear programming  - Model formulation, Graphical Method
Linear programming - Model formulation, Graphical Method
 
linearprogramming.pdf
linearprogramming.pdflinearprogramming.pdf
linearprogramming.pdf
 
181_Sample-Chapter.pdf
181_Sample-Chapter.pdf181_Sample-Chapter.pdf
181_Sample-Chapter.pdf
 
OR CHAPTER TWO II.PPT
OR CHAPTER  TWO II.PPTOR CHAPTER  TWO II.PPT
OR CHAPTER TWO II.PPT
 
16083116
1608311616083116
16083116
 
Aplikom03 excel or
Aplikom03 excel orAplikom03 excel or
Aplikom03 excel or
 
Linear equations inequalities and applications
Linear equations inequalities and applicationsLinear equations inequalities and applications
Linear equations inequalities and applications
 
Dynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain MultiplicationDynamic Programming Matrix Chain Multiplication
Dynamic Programming Matrix Chain Multiplication
 
Linear Programming_rereeLecture 2 (1).ppt
Linear Programming_rereeLecture 2 (1).pptLinear Programming_rereeLecture 2 (1).ppt
Linear Programming_rereeLecture 2 (1).ppt
 
Chapter 4 Duality & sensitivity analysis.pdf
Chapter 4 Duality & sensitivity analysis.pdfChapter 4 Duality & sensitivity analysis.pdf
Chapter 4 Duality & sensitivity analysis.pdf
 
Idea for ineractive programming language
Idea for ineractive programming languageIdea for ineractive programming language
Idea for ineractive programming language
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
determinants-160504230830_repaired.pdf
determinants-160504230830_repaired.pdfdeterminants-160504230830_repaired.pdf
determinants-160504230830_repaired.pdf
 
determinants-160504230830.pdf
determinants-160504230830.pdfdeterminants-160504230830.pdf
determinants-160504230830.pdf
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)
 
Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)Amth250 octave matlab some solutions (2)
Amth250 octave matlab some solutions (2)
 
Linear programming manzoor nabi
Linear programming  manzoor nabiLinear programming  manzoor nabi
Linear programming manzoor nabi
 
LPP, Duality and Game Theory
LPP, Duality and Game TheoryLPP, Duality and Game Theory
LPP, Duality and Game Theory
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 

Recently uploaded

Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制yynod
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........deejay178
 
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...amitlee9823
 
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...amitlee9823
 
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...amitlee9823
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNBruce Bennett
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night StandCall Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...amitlee9823
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jonesjonesyde302
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negronnegronf24
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja Nehwal
 
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night StandCall Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...amitlee9823
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...amitlee9823
 
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...rightmanforbloodline
 

Recently uploaded (20)

Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制
怎样办理哥伦比亚大学毕业证(Columbia毕业证书)成绩单学校原版复制
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........
 
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
➥🔝 7737669865 🔝▻ Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
 
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men  🔝bhavnagar🔝   Esc...
➥🔝 7737669865 🔝▻ bhavnagar Call-girls in Women Seeking Men 🔝bhavnagar🔝 Esc...
 
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men  🔝Bulandshahr🔝  ...
➥🔝 7737669865 🔝▻ Bulandshahr Call-girls in Women Seeking Men 🔝Bulandshahr🔝 ...
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWN
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night StandCall Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Devanahalli ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
➥🔝 7737669865 🔝▻ bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jones
 
Personal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando NegronPersonal Brand Exploration - Fernando Negron
Personal Brand Exploration - Fernando Negron
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
 
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night StandCall Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Madiwala ☎ 7737669865 🥵 Book Your One night Stand
 
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men  🔝Satara🔝   Escorts S...
➥🔝 7737669865 🔝▻ Satara Call-girls in Women Seeking Men 🔝Satara🔝 Escorts S...
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
 
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
 

lesson_4_t10_c03.ppt

  • 1. 3-1 Linear Programming: Computer Solution and Sensitivity Analysis Lesson 4
  • 3. 3-3  Early linear programming used lengthy manual mathematical solution procedure called the Simplex Method.  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.  Course focuses on Excel Spreadsheets. Computer Solution
  • 4. 3-4 Beaver Creek Pottery Example Excel Spreadsheet – Data Screen (1 of 6) Exhibit 3.1
  • 5. 3-5 Beaver Creek Pottery Example “Solver” Parameter Screen (2 of 6) Exhibit 3.2
  • 6. 3-6 Exhibit 3.3 Beaver Creek Pottery Example Adding Model Constraints (3 of 6)
  • 7. 3-7 Beaver Creek Pottery Example “Solver” Settings (4 of 6) Exhibit 3.4
  • 8. 3-8 Exhibit 3.5 Beaver Creek Pottery Example Solution Screen (5 of 6)
  • 9. 3-9 Beaver Creek Pottery Example Answer Report (6 of 6) Exhibit 3.6
  • 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
  • 11. 3-11  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. Beaver Creek Pottery Example Sensitivity Analysis (1 of 4)
  • 12. 3-12 Maximize Z = $40x1 + $50x2 subject to: x1 + 2x2  40 4x1 + 3x2  120 x1, x2  0 Figure 3.1 Optimal Solution Point Beaver Creek Pottery Example Sensitivity Analysis (2 of 4)
  • 13. 3-13 Maximize Z = $100x1 + $50x2 subject to: x1 + 2x2  40 4x1 + 3x2  120 x1, x2  0 Figure 3.2 Changing the x1 Objective Function Coefficient Beaver Creek Pottery Example Change x1 Objective Function Coefficient (3 of 4)
  • 14. 3-14 Maximize Z = $40x1 + $100x2 subject to: x1 + 2x2  40 4x1 + 3x2  120 x1, x2  0 Figure 3.3 Changing the x2 Objective Function Coefficient Beaver Creek Pottery Example Change x2 Objective Function Coefficient (4 of 4)
  • 15. 3-15  The sensitivity range for an objective function coefficient is the range of values over which the current optimal solution point will remain optimal.  The sensitivity range for the xi coefficient is designated as ci. Objective Function Coefficient Sensitivity Range (1 of 3)
  • 16. 3-16 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 Objective Function Coefficient Sensitivity Range for c1 and c2 (2 of 3)
  • 17. 3-17 Minimize Z = $6x1 + $3x2 subject to: 2x1 + 4x2  16 4x1 + 3x2  24 x1, x2  0 sensitivity ranges: 4  c1   0  c2  4.5 Objective Function Coefficient Fertilizer Cost Minimization Example (3 of 3) Figure 3.5 Fertilizer Cost Minimization Example
  • 18. 3-18 Exhibit 3.12 Objective Function Coefficient Ranges Excel “Solver” Results Screen (1 of 3)
  • 19. 3-19 Exhibit 3.13 Objective Function Coefficient Ranges Beaver Creek Example Sensitivity Report (2 of 3)
  • 20. 3-20 Exhibit 3.14 Objective Function Coefficient Ranges QM for Windows Sensitivity Range Screen (3 of 3) Sensitivity ranges for objective function coefficients
  • 21. 3-21 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.
  • 22. 3-22 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
  • 23. 3-23 Changes in Constraint Quantity Values Sensitivity Range for Labor Constraint (3 of 4) Figure 3.7 Determining the Sensitivity Range for Labor Quantity
  • 24. 3-24 Changes in Constraint Quantity Values Sensitivity Range for Clay Constraint (4 of 4) Figure 3.8 Determining the Sensitivity Range for Clay Quantity
  • 25. 3-25 Exhibit 3.15 Constraint Quantity Value Ranges by Computer Excel Sensitivity Range for Constraints (1 of 2)
  • 26. 3-26 Exhibit 3.16 Constraint Quantity Value Ranges by Computer QM for Windows Sensitivity Range (2 of 2)
  • 27. 3-27  Changing individual constraint parameters  Adding new constraints  Adding new variables Other Forms of Sensitivity Analysis Topics (1 of 4)
  • 28. 3-28 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
  • 29. 3-29 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 Other Forms of Sensitivity Analysis Adding a New Constraint (3 of 4)
  • 30. 3-30 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). Other Forms of Sensitivity Analysis Adding a New Variable (4 of 4)
  • 31. 3-31  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. Shadow Prices (Dual Variable Values)
  • 32. 3-32 Maximize Z = $40x1 + $50x2 subject to: x1 + 2x2  40 hr of labor 4x1 + 3x2  120 lb of clay x1, x2  0 Exhibit 3.18 Excel Sensitivity Report for Beaver Creek Pottery Shadow Prices Example (1 of 2)
  • 33. 3-33 Excel Sensitivity Report for Beaver Creek Pottery Solution Screen (2 of 2) Exhibit 3.19
  • 34. 3-34  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 Example Problem Problem Statement (1 of 3)
  • 35. 3-35 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 Example Problem Graphical Solution (2 of 3)