SlideShare a Scribd company logo
1 of 38
1
Slide
© 2005 Thomson/South-Western
Lesson 10
Multicriteria Decisions within LP Framework
 Goal Programming
 Goal Programming: Formulation
and Graphical Solution
 Scoring Model for Job Selection
2
Slide
© 2005 Thomson/South-Western
Goal Programming
 Goal programming may be used to solve linear
programs with multiple objectives, with each
objective viewed as a "goal".
 In goal programming, di
+ and di
- , deviation
variables, are the amounts a targeted goal i is
overachieved or underachieved, respectively.
 The goals themselves are added to the constraint
set with di
+ and di
- acting as the surplus and slack
variables.
3
Slide
© 2005 Thomson/South-Western
Goal Programming
 One approach to goal programming is to satisfy goals
in a priority sequence. Second-priority goals are
pursued without reducing the first-priority goals, etc.
 For each priority level, the objective function is to
minimize the (weighted) sum of the goal deviations.
 Previous "optimal" achievements of goals are added to
the constraint set so that they are not degraded while
trying to achieve lesser priority goals.
4
Slide
© 2005 Thomson/South-Western
Goal Programming Formulation
Step 1: Decide the priority level of each goal.
Step 2: Decide the weight on each goal.
If a priority level has more than one goal, for
each goal i decide the weight, wi , to be placed
on the deviation(s), di
+ and/or di
-, from the goal.
5
Slide
© 2005 Thomson/South-Western
Goal Programming Formulation
Step 3: Set up the initial linear program.
Min w1d1
+ + w2d2
-
s.t. Functional Constraints,
and Goal Constraints
Step 4: Solve the current linear program.
If there is a lower priority level, go to step 5.
Otherwise, a final solution has been reached.
6
Slide
© 2005 Thomson/South-Western
Goal Programming Formulation
Step 5: Set up the new linear program.
Consider the next-lower priority level goals and
formulate a new objective function based on these
goals. Add a constraint requiring the achievement of
the next-higher priority level goals to be maintained.
The new linear program might be:
Min w3d3
+ + w4d4
-
s.t. Functional Constraints,
Goal Constraints, and
w1d1
+ + w2d2
- = k
Go to step 4. (Repeat steps 4 and 5 until all priority
levels have been examined.)
7
Slide
© 2005 Thomson/South-Western
Example: Conceptual Products
Conceptual Products is a computer company that
produces the CP400 and CP500 computers. The
computers use different
mother boards produced
in abundant supply by the
company, but use the same
cases and disk drives. The
CP400 models use two floppy disk drives and no zip
disk drives whereas the CP500 models use one
floppy disk drive and one zip disk drive.
8
Slide
© 2005 Thomson/South-Western
Example: Conceptual Products
Conceptual Products is a computer company that
produces the CP400 and CP500 computers. Many of
the components used in the two
computer models are produced in
abundant supply by the company.
However, the memory modules,
external hard drives, and cases are
bought from suppliers.
The CP400 model uses two memory modules and
no external hard drive, whereas the CP500 uses one
memory module and one external hard drive. Both
models use one case.
9
Slide
© 2005 Thomson/South-Western
Example: Conceptual Products
Suppliers can provide Conceptual Products with
1000 memory modules, 500 external hard drives, and
600 cases on a weekly basis. It takes one hour to
manufacture a CP400 and its profit is $200 and it takes
one and one-half hours to manufacture a CP500 and
its profit is $500.
10
Slide
© 2005 Thomson/South-Western
Example: Conceptual Products
The company has four goals:
Priority 1: Meet a state contract of 200 CP400
machines weekly. (Goal 1)
Priority 2: Make at least 500 total computers
weekly. (Goal 2)
Priority 3: Make at least $250,000 weekly. (Goal 3)
Priority 4: Use no more than 400 man-hours per
week. (Goal 4)
11
Slide
© 2005 Thomson/South-Western
 Variables
x1 = number of CP400 computers produced weekly
x2 = number of CP500 computers produced weekly
di
- = amount the right hand side of goal i is deficient
di
+ = amount the right hand side of goal i is exceeded
 Functional Constraints
Availability of memory modules: 2x1 + x2 < 1000
Availability of external hard drives: x2 < 500
Availability of cases: x1 + x2 < 600
Goal Programming: Formulation
12
Slide
© 2005 Thomson/South-Western
 Goals
(1) 200 CP400 computers weekly:
x1 + d1
- - d1
+ = 200
(2) 500 total computers weekly:
x1 + x2 + d2
- - d2
+ = 500
(3) $250(in thousands) profit:
.2x1 + .5x2 + d3
- - d3
+ = 250
(4) 400 total man-hours weekly:
x1 + 1.5x2 + d4
- - d4
+ = 400
Non-negativity:
x1, x2, di
-, di
+ > 0 for all i
Goal Programming: Formulation
13
Slide
© 2005 Thomson/South-Western
 Objective Functions
Priority 1: Minimize the amount the state contract
is not met: Min d1
-
Priority 2: Minimize the number under 500
computers produced weekly: Min d2
-
Priority 3: Minimize the amount under $250,000
earned weekly: Min d3
-
Priority 4: Minimize the man-hours over 400 used
weekly: Min d4
+
Goal Programming: Formulation
14
Slide
© 2005 Thomson/South-Western
 Formulation Summary
Min P1(d1
-) + P2(d2
-) + P3(d3
-) + P4(d4
+)
s.t. 2x1 +x2 < 1000
+x2 < 500
x1 +x2 < 600
x1 +d1
- -d1
+ = 200
x1 +x2 +d2
- -d2
+ = 500
.2x1+ .5x2 +d3
- -d3
+ = 250
x1+1.5x2 +d4
- -d4
+ = 400
x1, x2, d1
-, d1
+, d2
-, d2
+, d3
-, d3
+, d4
-, d4
+ > 0
Goal Programming: Formulation
15
Slide
© 2005 Thomson/South-Western
 Iteration 1
To solve graphically, first graph the functional
constraints. Then graph the first goal: x1 = 200. Note
on the next slide that there is a set of points that
exceed x1 = 200 (where d1
- = 0).
Goal Programming:
Graphical Solution
16
Slide
© 2005 Thomson/South-Western
 Functional Constraints and Goal 1 Graphed
2x1 + x2 < 1000
Goal 1: x1 > 200
x1 + x2 < 600
x2 < 500
Points
Satisfying
Goal 1
x1
x2
Goal Programming:
Graphical Solution
1000
800
600
400
200
200 400 600 800 1000 1200
17
Slide
© 2005 Thomson/South-Western
 Iteration 2
Now add Goal 1 as x1 > 200 and graph Goal 2:
x1 + x2 = 500. Note on the next slide that there is still a
set of points satisfying the first goal that also satisfies
this second goal (where d2
- = 0).
Goal Programming:
Graphical Solution
18
Slide
© 2005 Thomson/South-Western
 Goal 1 (Constraint) and Goal 2 Graphed
2x1 + x2 < 1000
Goal 1: x1 > 200
x1 + x2 < 600
x2 < 500
Points Satisfying
Both Goals 1 and 2
x1
x2
Goal 2: x1 + x2 > 500
Goal Programming:
Graphical Solution
200 400 600 800 1000 1200
1000
800
600
400
200
19
Slide
© 2005 Thomson/South-Western
 Iteration 3
Now add Goal 2 as x1 + x2 > 500 and Goal 3:
.2x1 + .5x2 = 250. Note on the next slide that no points
satisfy the previous functional constraints and goals
and satisfy this constraint.
Thus, to Min d3
-, this minimum value is achieved
when we Max .2x1 + .5x2. Note that this occurs at x1 =
200 and x2 = 400, so that .2x1 + .5x2 = 240 or d3
- = 10.
Goal Programming:
Graphical Solution
20
Slide
© 2005 Thomson/South-Western
 Goal 2 (Constraint) and Goal 3 Graphed
2x1 + x2 < 1000
Goal 1: x1 > 200
x1 + x2 < 600 x2 < 500
Points Satisfying
Both Goals 1 and 2
x1
x2
Goal 2: x1 + x2 > 500
Goal 3: .2x1 + .5x2 = 250
(200,400)
Goal Programming:
Graphical Solution
200 400 600 800 1000 1200
1000
800
600
400
200
21
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
A graduating college student with a double major
in Finance and Accounting has received
the following three job offers:
•financial analyst for an investment
firm in Chicago
•accountant for a manufacturing
firm in Denver
•auditor for a CPA firm in Houston
22
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
 The student made the following comments:
•“The financial analyst position
provides the best opportunity for my
long-run career advancement.”
•“I would prefer living in Denver
rather than in Chicago or Houston.”
•“I like the management style and
philosophy at the Houston CPA firm
the best.”
 Clearly, this is a multicriteria decision.
23
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
 Considering only the long-run career
advancement criterion:
•The financial analyst position in
Chicago is the best decision alternative.
 Considering only the location criterion:
•The accountant position in Denver
is the best decision alternative.
 Considering only the style criterion:
•The auditor position in Houston is the best
alternative.
24
Slide
© 2005 Thomson/South-Western
Steps Required to Develop a Scoring Model
 Step 1: List the decision-making criteria.
 Step 2: Assign a weight to each criterion.
 Step 3: Rate how well each decision alternative
satisfies each criterion.
 Step 4: Compute the score for each decision
alternative.
 Step 5: Order the decision alternatives from
highest score to lowest score. The
alternative with the highest score is the
recommended alternative.
25
Slide
© 2005 Thomson/South-Western
 Mathematical Model
Sj = S wi rij
i
where:
rij = rating for criterion i and decision alternative j
Sj = score for decision alternative j
Scoring Model for Job Selection
26
Slide
© 2005 Thomson/South-Western
Scoring Model: Step 1
 List of Criteria
•Career advancement
•Location
•Management
•Salary
•Prestige
•Job Security
•Enjoyable work
27
Slide
© 2005 Thomson/South-Western
Scoring Model: Step 2
 Five-Point Scale Chosen
Importance Weight
Very unimportant 1
Somewhat unimportant 2
Average importance 3
Somewhat important 4
Very important 5
28
Slide
© 2005 Thomson/South-Western
Scoring Model: Step 2
 Assigning a Weight to Each Criterion
Criterion Importance Weight
Career advancement Very important 5
Location Average importance 3
Management Somewhat important 4
Salary Average importance 3
Prestige Somewhat unimportant 2
Job security Somewhat important 4
Enjoyable work Very important 5
29
Slide
© 2005 Thomson/South-Western
 Nine-Point Scale Chosen
Level of Satisfaction Rating
Extremely low 1
Very low 2
Low 3
Slightly low 4
Average 5
Slightly high 6
High 7
Very high 8
Extremely high 9
Scoring Model: Step 3
30
Slide
© 2005 Thomson/South-Western
 Rate how well each decision alternative satisfies
each criterion.
Decision Alternative
Analyst Accountant Auditor
Criterion Chicago Denver Houston
Career advancement 8 6 4
Location 3 8 7
Management 5 6 9
Salary 6 7 5
Prestige 7 5 4
Job security 4 7 6
Enjoyable work 8 6 5
Scoring Model: Step 3
31
Slide
© 2005 Thomson/South-Western
 Compute the score for each decision alternative.
Decision Alternative 1 - Analyst in Chicago
Criterion Weight (wi ) Rating (ri1) wiri1
Career advancement 5 x 8 = 40
Location 3 3 9
Management 4 5 20
Salary 3 6 18
Prestige 2 7 14
Job security 4 4 16
Enjoyable work 5 8 40
Score 157
Scoring Model: Step 4
32
Slide
© 2005 Thomson/South-Western
 Compute the score for each decision alternative.
S1 = 5(8)+3(3)+4(5)+3(6)+2(7)+4(4)+5(8) = 157
S2 = 5(6)+3(8)+4(6)+3(7)+2(5)+4(7)+5(6) = 167
S3 = 5(4)+3(7)+4(9)+3(5)+2(4)+4(6)+5(5) = 149
 
j i ij
i
s w r
Scoring Model: Step 4
33
Slide
© 2005 Thomson/South-Western
 Compute the score for each decision alternative.
Decision Alternative
Analyst Accountant Auditor
Criterion Chicago Denver Houston
Career advancement 40 30 20
Location 9 24 21
Management 20 24 36
Salary 18 21 15
Prestige 14 10 8
Job security 16 28 24
Enjoyable work 40 30 25
Score 157 167 149
Scoring Model: Step 4
34
Slide
© 2005 Thomson/South-Western
 Order the decision alternatives from highest
score to lowest score. The alternative with the highest
score is the recommended alternative.
•The accountant position in Denver has the highest
score and is the recommended decision alternative.
•Note that the analyst position in Chicago ranks first
in 4 of 7 criteria compared to only 2 of 7 for the
accountant position in Denver.
•But when the weights of the criteria are considered,
the Denver position is superior to the Chicago job.
Scoring Model: Step 5
35
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
 Partial Spreadsheet Showing Steps 1 - 3
A B C D E
1 RATINGS
2 Analyst Accountant Auditor
3 Criteria Weight Chicago Denver Houston
4 Career Advance. 5 8 6 4
5 Location 3 3 8 7
6 Management 4 5 6 9
7 Salary 3 6 7 5
8 Prestige 2 7 5 4
9 Job Security 4 4 7 6
10 Enjoyable Work 5 8 6 5
36
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
 Partial Spreadsheet Showing Formulas of Step 4
A B C D E
12 SCORING CALCULATIONS
13 Analyst Accountant Auditor
14 Criteria Chicago Denver Houston
15 Career Advance. =B4*C4 =B4*D4 =B4*E4
16 Location =B5*C5 =B5*D5 =B5*E5
17 Management =B6*C6 =B6*D6 =B6*E6
18 Salary =B7*C7 =B7*D7 =B7*E7
19 Prestige =B8*C8 =B8*D8 =B8*E8
20 Job Security =B9*C9 =B9*D9 =B9*E9
21 Enjoyable Work =B10*C10 =B10*D10 =B10*E10
22 Score =sum(C16:C22) =sum(D16:D22) =sum(E16:E22)
37
Slide
© 2005 Thomson/South-Western
Scoring Model for Job Selection
 Partial Spreadsheet Showing Results of Step 4
A B C D E
12 SCORING CALCULATIONS
13 Analyst Accountant Auditor
14 Criteria Chicago Denver Houston
15 Career Advance. 40 30 20
16 Location 9 24 21
17 Management 20 24 36
18 Salary 18 21 15
19 Prestige 14 10 8
20 Job Security 16 28 24
21 Enjoyable Work 40 30 25
22 Score 157 167 149
38
Slide
© 2005 Thomson/South-Western
End of Lesson 10

More Related Content

What's hot

beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensions
Angelica Angelo Ocon
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
irsa javed
 
Management report on HPML
Management report on HPMLManagement report on HPML
Management report on HPML
Sheema Adil
 
Linear programming - Model formulation, Graphical Method
Linear programming  - Model formulation, Graphical MethodLinear programming  - Model formulation, Graphical Method
Linear programming - Model formulation, Graphical Method
Joseph Konnully
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –
itsvineeth209
 

What's hot (20)

172385052 solution-manual-operation-management-ch-17-pdf
172385052 solution-manual-operation-management-ch-17-pdf172385052 solution-manual-operation-management-ch-17-pdf
172385052 solution-manual-operation-management-ch-17-pdf
 
Operations Research - The Two Phase Method
Operations Research - The Two Phase MethodOperations Research - The Two Phase Method
Operations Research - The Two Phase Method
 
Linear programming
Linear programmingLinear programming
Linear programming
 
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
 
Duality in Linear Programming Problem
Duality in Linear Programming ProblemDuality in Linear Programming Problem
Duality in Linear Programming Problem
 
beyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensionsbeyond linear programming: mathematical programming extensions
beyond linear programming: mathematical programming extensions
 
Linear Programming 1
Linear Programming 1Linear Programming 1
Linear Programming 1
 
Linear programming graphical method (feasibility)
Linear programming   graphical method (feasibility)Linear programming   graphical method (feasibility)
Linear programming graphical method (feasibility)
 
Big M method
Big M methodBig M method
Big M method
 
PRIMAL & DUAL PROBLEMS
PRIMAL & DUAL PROBLEMSPRIMAL & DUAL PROBLEMS
PRIMAL & DUAL PROBLEMS
 
Unit.3. duality and sensetivity analisis
Unit.3. duality and sensetivity analisisUnit.3. duality and sensetivity analisis
Unit.3. duality and sensetivity analisis
 
introduction OR
introduction ORintroduction OR
introduction OR
 
Two Phase Method- Linear Programming
Two Phase Method- Linear ProgrammingTwo Phase Method- Linear Programming
Two Phase Method- Linear Programming
 
Simplex Method.pptx
Simplex Method.pptxSimplex Method.pptx
Simplex Method.pptx
 
Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem Ap for b.tech. (mechanical) Assignment Problem
Ap for b.tech. (mechanical) Assignment Problem
 
Simplex method: Slack, Surplus & Artificial variable
Simplex method:  Slack, Surplus & Artificial variableSimplex method:  Slack, Surplus & Artificial variable
Simplex method: Slack, Surplus & Artificial variable
 
Management report on HPML
Management report on HPMLManagement report on HPML
Management report on HPML
 
Solutions manual for operations management sustainability and supply chain ma...
Solutions manual for operations management sustainability and supply chain ma...Solutions manual for operations management sustainability and supply chain ma...
Solutions manual for operations management sustainability and supply chain ma...
 
Linear programming - Model formulation, Graphical Method
Linear programming  - Model formulation, Graphical MethodLinear programming  - Model formulation, Graphical Method
Linear programming - Model formulation, Graphical Method
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –
 

Similar to OR II.ppt

Management Science - Goal Programming Procedure
Management Science - Goal Programming ProcedureManagement Science - Goal Programming Procedure
Management Science - Goal Programming Procedure
SnehalBhatt7
 
Spreadsheet Modeling & Decision AnalysisA Practical .docx
Spreadsheet Modeling & Decision AnalysisA Practical .docxSpreadsheet Modeling & Decision AnalysisA Practical .docx
Spreadsheet Modeling & Decision AnalysisA Practical .docx
rafbolet0
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation Lpp
Sachin MK
 
goalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdfgoalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdf
AmritDas30
 
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptxCHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
AynetuTerefe2
 

Similar to OR II.ppt (20)

Management Science - Goal Programming Procedure
Management Science - Goal Programming ProcedureManagement Science - Goal Programming Procedure
Management Science - Goal Programming Procedure
 
Spreadsheet Modeling & Decision AnalysisA Practical .docx
Spreadsheet Modeling & Decision AnalysisA Practical .docxSpreadsheet Modeling & Decision AnalysisA Practical .docx
Spreadsheet Modeling & Decision AnalysisA Practical .docx
 
linearprogramming.pdf
linearprogramming.pdflinearprogramming.pdf
linearprogramming.pdf
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation Lpp
 
LinearProgramming-Graphicalnethod.ppt
LinearProgramming-Graphicalnethod.pptLinearProgramming-Graphicalnethod.ppt
LinearProgramming-Graphicalnethod.ppt
 
Lean Cell Design -Presentation project part c rohan naik & aditya kamble
Lean Cell Design -Presentation project part c  rohan naik & aditya kambleLean Cell Design -Presentation project part c  rohan naik & aditya kamble
Lean Cell Design -Presentation project part c rohan naik & aditya kamble
 
Ees 300
Ees 300Ees 300
Ees 300
 
Cocomomodel
CocomomodelCocomomodel
Cocomomodel
 
Cocomo model
Cocomo modelCocomo model
Cocomo model
 
COCOMO Model
COCOMO ModelCOCOMO Model
COCOMO Model
 
Goal Programming
Goal ProgrammingGoal Programming
Goal Programming
 
goalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdfgoalprogramming-150911073618-lva1-app6891 (1).pdf
goalprogramming-150911073618-lva1-app6891 (1).pdf
 
Cost estimation using cocomo model
Cost estimation using cocomo modelCost estimation using cocomo model
Cost estimation using cocomo model
 
ملاحظات مهمة عن تعجيل المشاريع
ملاحظات مهمة عن تعجيل المشاريعملاحظات مهمة عن تعجيل المشاريع
ملاحظات مهمة عن تعجيل المشاريع
 
Metrics
MetricsMetrics
Metrics
 
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptxCHAPTER TWO - OPERATIONS RESEARCH (2).pptx
CHAPTER TWO - OPERATIONS RESEARCH (2).pptx
 
Elaboración de las alternativas mutuamente excluyentes
Elaboración de las alternativas mutuamente excluyentesElaboración de las alternativas mutuamente excluyentes
Elaboración de las alternativas mutuamente excluyentes
 
16083116
1608311616083116
16083116
 
Lpp through graphical analysis
Lpp through graphical analysis Lpp through graphical analysis
Lpp through graphical analysis
 
CocomoModels MGK .ppt
CocomoModels MGK .pptCocomoModels MGK .ppt
CocomoModels MGK .ppt
 

More from Ahmed Sobhi (17)

MAN 547_Reverse Engineering-Hardware and Software.pptx
MAN 547_Reverse Engineering-Hardware and Software.pptxMAN 547_Reverse Engineering-Hardware and Software.pptx
MAN 547_Reverse Engineering-Hardware and Software.pptx
 
4288904.pptx
4288904.pptx4288904.pptx
4288904.pptx
 
CMM
CMMCMM
CMM
 
Design
DesignDesign
Design
 
L01_IENG 202 - ORI - Intro.pptx
L01_IENG 202 - ORI - Intro.pptxL01_IENG 202 - ORI - Intro.pptx
L01_IENG 202 - ORI - Intro.pptx
 
Network flow
Network flowNetwork flow
Network flow
 
MAN 547-Interpolation.pptx
MAN 547-Interpolation.pptxMAN 547-Interpolation.pptx
MAN 547-Interpolation.pptx
 
LOGISTIKE.pdf
LOGISTIKE.pdfLOGISTIKE.pdf
LOGISTIKE.pdf
 
4handling-part4-171025101141.pdf
4handling-part4-171025101141.pdf4handling-part4-171025101141.pdf
4handling-part4-171025101141.pdf
 
camsfollowers-190301142036.pdf
camsfollowers-190301142036.pdfcamsfollowers-190301142036.pdf
camsfollowers-190301142036.pdf
 
2nd lect CADCAM.pptx
2nd lect CADCAM.pptx2nd lect CADCAM.pptx
2nd lect CADCAM.pptx
 
7807139.ppt
7807139.ppt7807139.ppt
7807139.ppt
 
13675443.ppt
13675443.ppt13675443.ppt
13675443.ppt
 
Lect_03 Mechanisms Sp23.pdf
Lect_03 Mechanisms Sp23.pdfLect_03 Mechanisms Sp23.pdf
Lect_03 Mechanisms Sp23.pdf
 
6177233.ppt
6177233.ppt6177233.ppt
6177233.ppt
 
02_Ch(2)_Work Systems and How They Work.pptx
02_Ch(2)_Work Systems and How They Work.pptx02_Ch(2)_Work Systems and How They Work.pptx
02_Ch(2)_Work Systems and How They Work.pptx
 
03.ppt
03.ppt03.ppt
03.ppt
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Recently uploaded (20)

💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 

OR II.ppt

  • 1. 1 Slide © 2005 Thomson/South-Western Lesson 10 Multicriteria Decisions within LP Framework  Goal Programming  Goal Programming: Formulation and Graphical Solution  Scoring Model for Job Selection
  • 2. 2 Slide © 2005 Thomson/South-Western Goal Programming  Goal programming may be used to solve linear programs with multiple objectives, with each objective viewed as a "goal".  In goal programming, di + and di - , deviation variables, are the amounts a targeted goal i is overachieved or underachieved, respectively.  The goals themselves are added to the constraint set with di + and di - acting as the surplus and slack variables.
  • 3. 3 Slide © 2005 Thomson/South-Western Goal Programming  One approach to goal programming is to satisfy goals in a priority sequence. Second-priority goals are pursued without reducing the first-priority goals, etc.  For each priority level, the objective function is to minimize the (weighted) sum of the goal deviations.  Previous "optimal" achievements of goals are added to the constraint set so that they are not degraded while trying to achieve lesser priority goals.
  • 4. 4 Slide © 2005 Thomson/South-Western Goal Programming Formulation Step 1: Decide the priority level of each goal. Step 2: Decide the weight on each goal. If a priority level has more than one goal, for each goal i decide the weight, wi , to be placed on the deviation(s), di + and/or di -, from the goal.
  • 5. 5 Slide © 2005 Thomson/South-Western Goal Programming Formulation Step 3: Set up the initial linear program. Min w1d1 + + w2d2 - s.t. Functional Constraints, and Goal Constraints Step 4: Solve the current linear program. If there is a lower priority level, go to step 5. Otherwise, a final solution has been reached.
  • 6. 6 Slide © 2005 Thomson/South-Western Goal Programming Formulation Step 5: Set up the new linear program. Consider the next-lower priority level goals and formulate a new objective function based on these goals. Add a constraint requiring the achievement of the next-higher priority level goals to be maintained. The new linear program might be: Min w3d3 + + w4d4 - s.t. Functional Constraints, Goal Constraints, and w1d1 + + w2d2 - = k Go to step 4. (Repeat steps 4 and 5 until all priority levels have been examined.)
  • 7. 7 Slide © 2005 Thomson/South-Western Example: Conceptual Products Conceptual Products is a computer company that produces the CP400 and CP500 computers. The computers use different mother boards produced in abundant supply by the company, but use the same cases and disk drives. The CP400 models use two floppy disk drives and no zip disk drives whereas the CP500 models use one floppy disk drive and one zip disk drive.
  • 8. 8 Slide © 2005 Thomson/South-Western Example: Conceptual Products Conceptual Products is a computer company that produces the CP400 and CP500 computers. Many of the components used in the two computer models are produced in abundant supply by the company. However, the memory modules, external hard drives, and cases are bought from suppliers. The CP400 model uses two memory modules and no external hard drive, whereas the CP500 uses one memory module and one external hard drive. Both models use one case.
  • 9. 9 Slide © 2005 Thomson/South-Western Example: Conceptual Products Suppliers can provide Conceptual Products with 1000 memory modules, 500 external hard drives, and 600 cases on a weekly basis. It takes one hour to manufacture a CP400 and its profit is $200 and it takes one and one-half hours to manufacture a CP500 and its profit is $500.
  • 10. 10 Slide © 2005 Thomson/South-Western Example: Conceptual Products The company has four goals: Priority 1: Meet a state contract of 200 CP400 machines weekly. (Goal 1) Priority 2: Make at least 500 total computers weekly. (Goal 2) Priority 3: Make at least $250,000 weekly. (Goal 3) Priority 4: Use no more than 400 man-hours per week. (Goal 4)
  • 11. 11 Slide © 2005 Thomson/South-Western  Variables x1 = number of CP400 computers produced weekly x2 = number of CP500 computers produced weekly di - = amount the right hand side of goal i is deficient di + = amount the right hand side of goal i is exceeded  Functional Constraints Availability of memory modules: 2x1 + x2 < 1000 Availability of external hard drives: x2 < 500 Availability of cases: x1 + x2 < 600 Goal Programming: Formulation
  • 12. 12 Slide © 2005 Thomson/South-Western  Goals (1) 200 CP400 computers weekly: x1 + d1 - - d1 + = 200 (2) 500 total computers weekly: x1 + x2 + d2 - - d2 + = 500 (3) $250(in thousands) profit: .2x1 + .5x2 + d3 - - d3 + = 250 (4) 400 total man-hours weekly: x1 + 1.5x2 + d4 - - d4 + = 400 Non-negativity: x1, x2, di -, di + > 0 for all i Goal Programming: Formulation
  • 13. 13 Slide © 2005 Thomson/South-Western  Objective Functions Priority 1: Minimize the amount the state contract is not met: Min d1 - Priority 2: Minimize the number under 500 computers produced weekly: Min d2 - Priority 3: Minimize the amount under $250,000 earned weekly: Min d3 - Priority 4: Minimize the man-hours over 400 used weekly: Min d4 + Goal Programming: Formulation
  • 14. 14 Slide © 2005 Thomson/South-Western  Formulation Summary Min P1(d1 -) + P2(d2 -) + P3(d3 -) + P4(d4 +) s.t. 2x1 +x2 < 1000 +x2 < 500 x1 +x2 < 600 x1 +d1 - -d1 + = 200 x1 +x2 +d2 - -d2 + = 500 .2x1+ .5x2 +d3 - -d3 + = 250 x1+1.5x2 +d4 - -d4 + = 400 x1, x2, d1 -, d1 +, d2 -, d2 +, d3 -, d3 +, d4 -, d4 + > 0 Goal Programming: Formulation
  • 15. 15 Slide © 2005 Thomson/South-Western  Iteration 1 To solve graphically, first graph the functional constraints. Then graph the first goal: x1 = 200. Note on the next slide that there is a set of points that exceed x1 = 200 (where d1 - = 0). Goal Programming: Graphical Solution
  • 16. 16 Slide © 2005 Thomson/South-Western  Functional Constraints and Goal 1 Graphed 2x1 + x2 < 1000 Goal 1: x1 > 200 x1 + x2 < 600 x2 < 500 Points Satisfying Goal 1 x1 x2 Goal Programming: Graphical Solution 1000 800 600 400 200 200 400 600 800 1000 1200
  • 17. 17 Slide © 2005 Thomson/South-Western  Iteration 2 Now add Goal 1 as x1 > 200 and graph Goal 2: x1 + x2 = 500. Note on the next slide that there is still a set of points satisfying the first goal that also satisfies this second goal (where d2 - = 0). Goal Programming: Graphical Solution
  • 18. 18 Slide © 2005 Thomson/South-Western  Goal 1 (Constraint) and Goal 2 Graphed 2x1 + x2 < 1000 Goal 1: x1 > 200 x1 + x2 < 600 x2 < 500 Points Satisfying Both Goals 1 and 2 x1 x2 Goal 2: x1 + x2 > 500 Goal Programming: Graphical Solution 200 400 600 800 1000 1200 1000 800 600 400 200
  • 19. 19 Slide © 2005 Thomson/South-Western  Iteration 3 Now add Goal 2 as x1 + x2 > 500 and Goal 3: .2x1 + .5x2 = 250. Note on the next slide that no points satisfy the previous functional constraints and goals and satisfy this constraint. Thus, to Min d3 -, this minimum value is achieved when we Max .2x1 + .5x2. Note that this occurs at x1 = 200 and x2 = 400, so that .2x1 + .5x2 = 240 or d3 - = 10. Goal Programming: Graphical Solution
  • 20. 20 Slide © 2005 Thomson/South-Western  Goal 2 (Constraint) and Goal 3 Graphed 2x1 + x2 < 1000 Goal 1: x1 > 200 x1 + x2 < 600 x2 < 500 Points Satisfying Both Goals 1 and 2 x1 x2 Goal 2: x1 + x2 > 500 Goal 3: .2x1 + .5x2 = 250 (200,400) Goal Programming: Graphical Solution 200 400 600 800 1000 1200 1000 800 600 400 200
  • 21. 21 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection A graduating college student with a double major in Finance and Accounting has received the following three job offers: •financial analyst for an investment firm in Chicago •accountant for a manufacturing firm in Denver •auditor for a CPA firm in Houston
  • 22. 22 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection  The student made the following comments: •“The financial analyst position provides the best opportunity for my long-run career advancement.” •“I would prefer living in Denver rather than in Chicago or Houston.” •“I like the management style and philosophy at the Houston CPA firm the best.”  Clearly, this is a multicriteria decision.
  • 23. 23 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection  Considering only the long-run career advancement criterion: •The financial analyst position in Chicago is the best decision alternative.  Considering only the location criterion: •The accountant position in Denver is the best decision alternative.  Considering only the style criterion: •The auditor position in Houston is the best alternative.
  • 24. 24 Slide © 2005 Thomson/South-Western Steps Required to Develop a Scoring Model  Step 1: List the decision-making criteria.  Step 2: Assign a weight to each criterion.  Step 3: Rate how well each decision alternative satisfies each criterion.  Step 4: Compute the score for each decision alternative.  Step 5: Order the decision alternatives from highest score to lowest score. The alternative with the highest score is the recommended alternative.
  • 25. 25 Slide © 2005 Thomson/South-Western  Mathematical Model Sj = S wi rij i where: rij = rating for criterion i and decision alternative j Sj = score for decision alternative j Scoring Model for Job Selection
  • 26. 26 Slide © 2005 Thomson/South-Western Scoring Model: Step 1  List of Criteria •Career advancement •Location •Management •Salary •Prestige •Job Security •Enjoyable work
  • 27. 27 Slide © 2005 Thomson/South-Western Scoring Model: Step 2  Five-Point Scale Chosen Importance Weight Very unimportant 1 Somewhat unimportant 2 Average importance 3 Somewhat important 4 Very important 5
  • 28. 28 Slide © 2005 Thomson/South-Western Scoring Model: Step 2  Assigning a Weight to Each Criterion Criterion Importance Weight Career advancement Very important 5 Location Average importance 3 Management Somewhat important 4 Salary Average importance 3 Prestige Somewhat unimportant 2 Job security Somewhat important 4 Enjoyable work Very important 5
  • 29. 29 Slide © 2005 Thomson/South-Western  Nine-Point Scale Chosen Level of Satisfaction Rating Extremely low 1 Very low 2 Low 3 Slightly low 4 Average 5 Slightly high 6 High 7 Very high 8 Extremely high 9 Scoring Model: Step 3
  • 30. 30 Slide © 2005 Thomson/South-Western  Rate how well each decision alternative satisfies each criterion. Decision Alternative Analyst Accountant Auditor Criterion Chicago Denver Houston Career advancement 8 6 4 Location 3 8 7 Management 5 6 9 Salary 6 7 5 Prestige 7 5 4 Job security 4 7 6 Enjoyable work 8 6 5 Scoring Model: Step 3
  • 31. 31 Slide © 2005 Thomson/South-Western  Compute the score for each decision alternative. Decision Alternative 1 - Analyst in Chicago Criterion Weight (wi ) Rating (ri1) wiri1 Career advancement 5 x 8 = 40 Location 3 3 9 Management 4 5 20 Salary 3 6 18 Prestige 2 7 14 Job security 4 4 16 Enjoyable work 5 8 40 Score 157 Scoring Model: Step 4
  • 32. 32 Slide © 2005 Thomson/South-Western  Compute the score for each decision alternative. S1 = 5(8)+3(3)+4(5)+3(6)+2(7)+4(4)+5(8) = 157 S2 = 5(6)+3(8)+4(6)+3(7)+2(5)+4(7)+5(6) = 167 S3 = 5(4)+3(7)+4(9)+3(5)+2(4)+4(6)+5(5) = 149   j i ij i s w r Scoring Model: Step 4
  • 33. 33 Slide © 2005 Thomson/South-Western  Compute the score for each decision alternative. Decision Alternative Analyst Accountant Auditor Criterion Chicago Denver Houston Career advancement 40 30 20 Location 9 24 21 Management 20 24 36 Salary 18 21 15 Prestige 14 10 8 Job security 16 28 24 Enjoyable work 40 30 25 Score 157 167 149 Scoring Model: Step 4
  • 34. 34 Slide © 2005 Thomson/South-Western  Order the decision alternatives from highest score to lowest score. The alternative with the highest score is the recommended alternative. •The accountant position in Denver has the highest score and is the recommended decision alternative. •Note that the analyst position in Chicago ranks first in 4 of 7 criteria compared to only 2 of 7 for the accountant position in Denver. •But when the weights of the criteria are considered, the Denver position is superior to the Chicago job. Scoring Model: Step 5
  • 35. 35 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection  Partial Spreadsheet Showing Steps 1 - 3 A B C D E 1 RATINGS 2 Analyst Accountant Auditor 3 Criteria Weight Chicago Denver Houston 4 Career Advance. 5 8 6 4 5 Location 3 3 8 7 6 Management 4 5 6 9 7 Salary 3 6 7 5 8 Prestige 2 7 5 4 9 Job Security 4 4 7 6 10 Enjoyable Work 5 8 6 5
  • 36. 36 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection  Partial Spreadsheet Showing Formulas of Step 4 A B C D E 12 SCORING CALCULATIONS 13 Analyst Accountant Auditor 14 Criteria Chicago Denver Houston 15 Career Advance. =B4*C4 =B4*D4 =B4*E4 16 Location =B5*C5 =B5*D5 =B5*E5 17 Management =B6*C6 =B6*D6 =B6*E6 18 Salary =B7*C7 =B7*D7 =B7*E7 19 Prestige =B8*C8 =B8*D8 =B8*E8 20 Job Security =B9*C9 =B9*D9 =B9*E9 21 Enjoyable Work =B10*C10 =B10*D10 =B10*E10 22 Score =sum(C16:C22) =sum(D16:D22) =sum(E16:E22)
  • 37. 37 Slide © 2005 Thomson/South-Western Scoring Model for Job Selection  Partial Spreadsheet Showing Results of Step 4 A B C D E 12 SCORING CALCULATIONS 13 Analyst Accountant Auditor 14 Criteria Chicago Denver Houston 15 Career Advance. 40 30 20 16 Location 9 24 21 17 Management 20 24 36 18 Salary 18 21 15 19 Prestige 14 10 8 20 Job Security 16 28 24 21 Enjoyable Work 40 30 25 22 Score 157 167 149