SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Downloaden Sie, um offline zu lesen
ASSIGNMENT CASE
STUDY
ASSIGNMENT CASE
STUDY
Introduction
An Assignment Problem is a particular case of
transportation problem where the objective is to
assign a number of resources to an equal number of
activities so as to minimize total cost or maximize
total profit of allocation.
The problem of assignment arises because
available resources have varying degrees of
efficiency for performing different activities.
Applications
Some of the problems where assignment technique
may be useful are :
 Assignment of workers to machines,
 Salesmen to different sales area,
 Clerks to various checkout counters,
 Vehicles to routes,
 Contract to bidders,
 Pairing of crew with flights schedule, etc.
Solving Method
Hungarian Method (Developed by D. Konig)
The Hungarian method of assignment works on the principle
of reducing the given the cost matrix to a matrix of
opportunity costs.
Opportunity Costs show the relative penalties associated
with assigning a resource an activity as opposed to making
the best or least cost assignment.
If we can reduce the cost matrix to the extent of having at
least one zero in each row and column, it will be possible to
make optimal assignments (opportunity costs are all zero)
Case : Assigning of crew to
flights
An airline that operates seven days a week has a
timetable as shown in the next slide.
Crews must have a minimum rest of six hours
between flights. Obtain the pairing of flights that
minimize waiting time away from the city. For any
given pairing the crew will be based at the city that
results the smaller waiting time.
For each pair also mention the city where the crew
should be based. 
Case
Fligh
t No.
Delhi
Departure
Kolkata
Arrival
Flight
No.
Kolkata
Departure
Delhi Arrival
201 07:00 A.M. 09:00 A.M. 101 09:00 A.M. 11:00 A.M.
202 09:00 A.M. 11:00 A.M. 102 10:00 A.M. 12:00 Noon
203 01:30 P.M. 03:30 P.M. 103 03:30 P.M. 05:30 P.M.
204 07:30 P.M. 09:30 P.M. 104 08:30 P.M. 10:30 P.M.
Table – 1: Time table of the airline
Problem Solving Approach
 As the service time is constant, it does not affect the
decision of stationing the crew.
 Assume that the crew of all the flights are based at Delhi.
 For each combination if the onward and return flight, find
the time the crew has to wait in Kolkata to catch the next
available flight to return keeping in mind that the minimum
time the crew has to rest at Kolkata is 6 hours.
 Perform the above step assuming that the crew of all the
flights are based at Kolkata.
 For each combination record the minimum of the two
durations.
 Apply the Assignment model technique to minimize the
waiting time away from the city.
Solution Step 1 (Crew is based at Delhi)
The crew for flight 201 reaches Kolkata at 0900 hrs and thus
can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500
Hrs. So if the crew has to return by Flight 101, it has to wait for
the next day till 0900 Hrs for exactly 24 Hrs.
Flight
no.
Delhi
Departure
Kolkata
Arrival
Flight
no.
Kolkata
Departure
Delhi
Arrival
201 0700 0900 101 0900 1100
202 0900 1100 102 1000 1200
203 1330 1530 103 1530 1730
204 1930 2130 104 2000 2200
24
Solution Step 1 (Crew is based at Delhi)
Dep /Arr
Flight No.
101 102 103 104
201 24
202
203
204
Solution Step 1 (Crew is based at Delhi)
The crew for flight 201 reaches Kolkata at 0900 hrs and thus
can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500
Hrs. So if the crew has to return by Flight 102, it has to wait for
the next day till 1000 Hrs for exactly 25 Hrs.
Flight
no.
Delhi
Departure
Kolkata
Arrival
Flight
no.
Kolkata
Departure
Delhi
Arrival
201 0700 0900 101 0900 1100
202 0900 1100 102 1000 1200
203 1330 1530 103 1530 1730
204 1930 2130 104 2000 2200
25
Solution Step 1 (Crew is based at Delhi)
Dep /Arr
Flight
101 102 103 104
201 24 25 6.5
202
203
204
Similarly, if the crew has to return on flight 103
which departs from Kolkata at 1530 Hrs, There
will be a gap of 6.5 Hrs which is acceptable as
per the rules and the crew can return on the
same day.
Solution Step 1 (Crew is based at Delhi)
Dep /Arr
Flight
101 102 103 104
201 24.0 25.0 6.5 11.0
202 22.0 23.0 28.5 9.0
203 17.5 18.5 24.0 28.5
204 11.5 12.5 18.0 22.5
Similarly, the waiting duration for all the combinations
of arrival and departure flights can be calculated.
Table – 2: Waiting time when the full crew is based at
Delhi
Solution Step 2 (Crew is based at
Kolkata)
In the second step we assume that the crew for all the flights
are based in Kolkata and have to return from Kolkata after a
minimum stay of 6 Hrs in Delhi. If the crew of flight 101 has to
return by the flight 201 it has to stay in Delhi for at least 20 Hrs.
Flight
no.
Delhi
Departure
Kolkata
Arrival
Flight
no.
Kolkata
Departure
Delhi
Arrival
201 0700 0900 101 0900 1100
202 0900 1100 102 1000 1200
203 1330 1530 103 1530 1730
204 1930 2130 104 2000 2200
20 hrs
Solution Step 2 (Crew is based at
Kolkata)
If Instead the crew which flew by flight 101 has to return by
flight 202 then the minimum duration of stay at Delhi would be
22 Hrs.
Flight
no.
Delhi
Departure
Kolkata
Arrival
Flight
no.
Kolkata
Departure
Delhi
Arrival
201 0700 0900 101 0900 1100
202 0900 1100 102 1000 1200
203 1330 1530 103 1530 1730
204 1930 2130 104 2000 2200
22 hrs
Solution Step 2 (Crew is based at
Kolkata)
Arr/Dep
Flight
101 102 103 104
201 20.0 19.0 13.5 9.0
202 22.0 21.0 15.5 11.0
203 26.5 25.5 20.0 15.5
204 8.5 7.5 26.0 21.5
Similarly, the waiting duration for all the combinations
of arrival and departure flights can be calculated,
assuming that the crew is based at Kolkata.
Table – 3: When the full crew is based at
Kolkata
Solution Step3(Developing Opportunity Cost
Matrix)
We have calculated the waiting time when all crew
members are asked to reside at Delhi and in the
other case at Kolkata.
As the crew can be asked to reside at Delhi or
Kolkata, the minimum waiting time from Tables 1 & 2
can be obtained for the different route connections
by choosing minimum value out of the waiting times.
These values of waiting times are shown in Table 3.
Solution Step 3 (Opportunity Cost Table)
Arrival/
Departure
Flight No.
101 102 103 104
201 20(K) 19(K) 6.5(D) 9(K)
202 22(D/K) 22(K) 15.5(K) 9(D)
203 17.5(D) 18.5(D) 20(K) 15.5(K)
204 8.5(K) 7.5(K) 18(D) 21.5(K)
Where :
K stands for Kolkata and D stands for Delhi
Table – 4: Opportunity Cost
Table
Solution Step 4-A
Row Reduction Method
From each row we identify the smallest element
and subtract it from each element of the row
Solution Step 4-A (Row reduction)
Arrival/
Departure
Flight No.
101 102 103 104
201 20(K) 19(K) 6.5(D) 9(K)
202 22(D/K) 22(K) 15.5(K) 9(D)
203 17.5(D) 18.5(D) 20(K) 15.5(K)
204 8.5(K) 7.5(K) 18(D) 21.5(K)
In row 1 the smallest element is 6.5 and this value is subtracted
from each element of row 1
Likewise the same method is followed for each row
Solution Step 4-A (Row Reduction)
Arrival/
Departure
Flight No.
101 102 103 104
201 13.5(K) 12.5(K) 0.0(D) 2.5(K)
202 13.0(D/K) 12(K) 6.5(K) 0.0(D)
203 2.0(D) 3.0(D) 4.5(K) 0.0(K)
204 1.0(K) 0.0(K) 10.5(D) 14.0(K)
Table -5 : Opportunity Cost Matrix afterRow
Reduction
Solution Step 4-B
Column Reduction Method
From each column of the row reduced matrix we
identify the smallest element in that column and
subtract it from each element of the column
Solution Step-B (Column Reduction)
Arrival/
Departure
Flight No.
101 102 103 104
201 13.5(K) 12.5(K) 0.0(D) 2.5(K)
202 13.0(D/K) 12(K) 6.5(K) 0.0(D)
203 2.0(D) 3.0(D) 4.5(K) 0.0(K)
204 1.0(K) 0.0(K) 10.5(D) 14.0(K)
Forexample the minimum value in column 1 is 1 and this is subtracted
fromeach element of column 1.
We follow the same procedure in the remaining columns also
Solution Step 4-C (Opportunity Cost
Matrix)
Arrival/
Departure
Flight No.
101 102 103 104
201 12.5(K) 12.5(K) 0.0(D) 2.5(K)
202 12.0(D/K) 12(K) 6.5(K) 0.0(D)
203 1.0(D) 3.0(D) 4.5(K) 0.0(K)
204 0.0(K) 0.0(K) 10.5(D) 14.0(K)
Table – 6 : Opportunity Cost Matrix aftercolumn reduction
Solution Step 5 (Optimality Criterion)
Arrival/
Departure
Flight No.
101 102 103 104
201 12.5(K) 12.5(K) 0.0(D) 2.5(K)
202 12.0(D/K) 12(K) 6.5(K) 0.0(D)
203 1.0(D) 3.0(D) 4.5(K) 0.0(K)
204 0.0(K) 0.0(K) 10.5(D) 14.0(K)
Making Assignments in the Opportunity Cost Matrix
The solution is not optimal because only three assignments are made
which is not equal to the number of rows (or columns) which is equal to four.
Hence, the solution is not optimal.
Solution Step 6
Arrival/
Departure
Flight No.
101 102 103 104
201 12.5(K) 12.5(K) 0.0(D) 2.5(K)
202 12.0(D/K) 12(K) 6.5(K) 0.0(D)
203 1.0(D) 3.0(D) 4.5(K) 0.0(K)
204 0.0(K) 0.0(K) 10.5(D) 14.0(K)
Revising the Opportunity Cost Matrix
Solution Step 7
Arrival/
Departure
Flight No.
101 102 103 104
201 12.5(K) 12.5(K) 0.0(D) 3.5(K)
202 11.0(D/K) 11.0(K) 5.5(K) 0.0(D)
203 0.0(D) 2.0(D) 3.5(K) 0.0(K)
204 0.0(K) 0.0(K) 10.5(D) 15.0(K)
Revised Opportunity Matrix
The solution is optimal because the number of assignments and
the number of rows each are equal to four.
Final Solution
The pattern of optimal assignments among routes
with respect to the waiting time is given in the
following table:-
Crew Residence at Route Number
Waiting
Time
(in hours)
1 Delhi 201 – 103 6.5
2 Delhi 202 – 104 9.0
3 Delhi 203 – 101 17.5
4 Kolkata 204 - 102 7.5
Total 40.5
assignment problem

Weitere ähnliche Inhalte

Was ist angesagt?

Supply Chain Performance: The Case of World Co. Ltd
Supply Chain Performance: The Case of World Co. LtdSupply Chain Performance: The Case of World Co. Ltd
Supply Chain Performance: The Case of World Co. Ltdaliyudhi_h
 
Assembly Line Balancing -Example
Assembly Line Balancing -ExampleAssembly Line Balancing -Example
Assembly Line Balancing -ExampleJoseph Konnully
 
Assignment Poblems
Assignment Poblems Assignment Poblems
Assignment Poblems vkabre
 
Sequencing problems in Operations Research
Sequencing problems in Operations ResearchSequencing problems in Operations Research
Sequencing problems in Operations ResearchAbu Bashar
 
Centre of gravity method of location planning
Centre of gravity method of location planningCentre of gravity method of location planning
Centre of gravity method of location planningGaganjot Kaur
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational ResearchNeha Sharma
 
Vogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodVogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodKaushik Maitra
 
Lone Pine cafe case study
Lone Pine cafe case studyLone Pine cafe case study
Lone Pine cafe case studyPreety Rateria
 
Vishal natural food product private limited
Vishal natural food product private limitedVishal natural food product private limited
Vishal natural food product private limitedAdbul Qadeer
 
Corporate strategy Tata Motors
Corporate strategy Tata MotorsCorporate strategy Tata Motors
Corporate strategy Tata MotorsSrinivas D
 
Assignment problem
Assignment problemAssignment problem
Assignment problemAbu Bashar
 
ITFT - Assignment problem
ITFT - Assignment problemITFT - Assignment problem
ITFT - Assignment problemJasmineKaur29
 
Performance Appraisal in Tata Motors
Performance Appraisal in Tata MotorsPerformance Appraisal in Tata Motors
Performance Appraisal in Tata Motorssurabhi agarwal
 

Was ist angesagt? (20)

Lpp simplex method
Lpp simplex methodLpp simplex method
Lpp simplex method
 
OR Unit 5 queuing theory
OR Unit 5 queuing theoryOR Unit 5 queuing theory
OR Unit 5 queuing theory
 
Supply Chain Performance: The Case of World Co. Ltd
Supply Chain Performance: The Case of World Co. LtdSupply Chain Performance: The Case of World Co. Ltd
Supply Chain Performance: The Case of World Co. Ltd
 
Assembly Line Balancing -Example
Assembly Line Balancing -ExampleAssembly Line Balancing -Example
Assembly Line Balancing -Example
 
Assignment Poblems
Assignment Poblems Assignment Poblems
Assignment Poblems
 
Sequencing problems in Operations Research
Sequencing problems in Operations ResearchSequencing problems in Operations Research
Sequencing problems in Operations Research
 
Centre of gravity method of location planning
Centre of gravity method of location planningCentre of gravity method of location planning
Centre of gravity method of location planning
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
 
Vogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution MethodVogel's Approximation Method & Modified Distribution Method
Vogel's Approximation Method & Modified Distribution Method
 
Lone Pine cafe case study
Lone Pine cafe case studyLone Pine cafe case study
Lone Pine cafe case study
 
Vishal natural food product private limited
Vishal natural food product private limitedVishal natural food product private limited
Vishal natural food product private limited
 
Corporate strategy Tata Motors
Corporate strategy Tata MotorsCorporate strategy Tata Motors
Corporate strategy Tata Motors
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
Destin brass
Destin brass Destin brass
Destin brass
 
North West Corner Method
North West Corner MethodNorth West Corner Method
North West Corner Method
 
Workload balancing
Workload balancingWorkload balancing
Workload balancing
 
ITFT - Assignment problem
ITFT - Assignment problemITFT - Assignment problem
ITFT - Assignment problem
 
LEAST COST METHOD
LEAST COST METHOD LEAST COST METHOD
LEAST COST METHOD
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment Problem
 
Performance Appraisal in Tata Motors
Performance Appraisal in Tata MotorsPerformance Appraisal in Tata Motors
Performance Appraisal in Tata Motors
 

Andere mochten auch

Assignment problem ppt
Assignment problem ppt Assignment problem ppt
Assignment problem ppt Babasab Patil
 
Lesson 33: The Assignment Problem
Lesson 33: The Assignment  ProblemLesson 33: The Assignment  Problem
Lesson 33: The Assignment ProblemMatthew Leingang
 
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 Prashant Khandelwal
 
Assgnment=hungarian method
Assgnment=hungarian methodAssgnment=hungarian method
Assgnment=hungarian methodJoseph Konnully
 
Operational research on Assignment ppt
Operational research on Assignment pptOperational research on Assignment ppt
Operational research on Assignment pptNirali Solanki
 
operation research
operation researchoperation research
operation researchujal70
 
Operations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationOperations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationPankaj Kumar
 
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...IEEEGLOBALSOFTSTUDENTSPROJECTS
 
Assignment – problem statement and empathy map
Assignment – problem statement and empathy mapAssignment – problem statement and empathy map
Assignment – problem statement and empathy mapSriram Paravastu
 
Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Muhammed Abdulla N C
 
The Travelling Salesman Problem
The Travelling Salesman ProblemThe Travelling Salesman Problem
The Travelling Salesman Problemguest3d82c4
 

Andere mochten auch (20)

Assignment problem ppt
Assignment problem ppt Assignment problem ppt
Assignment problem ppt
 
Lesson 33: The Assignment Problem
Lesson 33: The Assignment  ProblemLesson 33: The Assignment  Problem
Lesson 33: The Assignment Problem
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
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
 
Assgnment=hungarian method
Assgnment=hungarian methodAssgnment=hungarian method
Assgnment=hungarian method
 
Operational research on Assignment ppt
Operational research on Assignment pptOperational research on Assignment ppt
Operational research on Assignment ppt
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment Problem
 
operation research
operation researchoperation research
operation research
 
Operations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationOperations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentation
 
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...
2014 IEEE JAVA PARALLEL DISTRIBUTED PROJECT The client assignment problem for...
 
Assignment problem
Assignment problemAssignment problem
Assignment problem
 
PRIMAL & DUAL PROBLEMS
PRIMAL & DUAL PROBLEMSPRIMAL & DUAL PROBLEMS
PRIMAL & DUAL PROBLEMS
 
21122351 henry-fayol
21122351 henry-fayol21122351 henry-fayol
21122351 henry-fayol
 
Assignment – problem statement and empathy map
Assignment – problem statement and empathy mapAssignment – problem statement and empathy map
Assignment – problem statement and empathy map
 
Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)Travelling salesman problem ( Operation Research)
Travelling salesman problem ( Operation Research)
 
House wiring
House wiringHouse wiring
House wiring
 
Dual simplexmethod
Dual simplexmethodDual simplexmethod
Dual simplexmethod
 
The Travelling Salesman Problem
The Travelling Salesman ProblemThe Travelling Salesman Problem
The Travelling Salesman Problem
 
Types ofproduct
Types ofproductTypes ofproduct
Types ofproduct
 

Ähnlich wie assignment problem

Course project for CEE 4674
Course project for CEE 4674Course project for CEE 4674
Course project for CEE 4674Junqi Hu
 
Cost theory analysis
Cost theory analysisCost theory analysis
Cost theory analysisNasful Prince
 
AIRCRAFT PITCH EECE 682 Computer Control Of Dynamic.docx
AIRCRAFT PITCH EECE 682  Computer Control Of Dynamic.docxAIRCRAFT PITCH EECE 682  Computer Control Of Dynamic.docx
AIRCRAFT PITCH EECE 682 Computer Control Of Dynamic.docxgalerussel59292
 
14 fixed wing fighter aircraft- flight performance - ii
14 fixed wing fighter aircraft- flight performance - ii14 fixed wing fighter aircraft- flight performance - ii
14 fixed wing fighter aircraft- flight performance - iiSolo Hermelin
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemVivekSaurabh7
 
AutoControls using Matlab and Simulink
AutoControls using Matlab and SimulinkAutoControls using Matlab and Simulink
AutoControls using Matlab and SimulinkMichael Davis
 
Inventory managementppt@ doms
Inventory managementppt@ doms Inventory managementppt@ doms
Inventory managementppt@ doms Babasab Patil
 
Chapter 7 cost of production
Chapter 7 cost of productionChapter 7 cost of production
Chapter 7 cost of productionYesica Adicondro
 

Ähnlich wie assignment problem (11)

Course project for CEE 4674
Course project for CEE 4674Course project for CEE 4674
Course project for CEE 4674
 
Cost theory analysis
Cost theory analysisCost theory analysis
Cost theory analysis
 
Assign transportation
Assign transportationAssign transportation
Assign transportation
 
AIRCRAFT PITCH EECE 682 Computer Control Of Dynamic.docx
AIRCRAFT PITCH EECE 682  Computer Control Of Dynamic.docxAIRCRAFT PITCH EECE 682  Computer Control Of Dynamic.docx
AIRCRAFT PITCH EECE 682 Computer Control Of Dynamic.docx
 
14 fixed wing fighter aircraft- flight performance - ii
14 fixed wing fighter aircraft- flight performance - ii14 fixed wing fighter aircraft- flight performance - ii
14 fixed wing fighter aircraft- flight performance - ii
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Project final control
Project final controlProject final control
Project final control
 
AutoControls using Matlab and Simulink
AutoControls using Matlab and SimulinkAutoControls using Matlab and Simulink
AutoControls using Matlab and Simulink
 
Inventory managementppt@ doms
Inventory managementppt@ doms Inventory managementppt@ doms
Inventory managementppt@ doms
 
Chapter 7 cost of production
Chapter 7 cost of productionChapter 7 cost of production
Chapter 7 cost of production
 
Operation Research
Operation ResearchOperation Research
Operation Research
 

Mehr von Swarit Yadav

Predictive Analytics
Predictive AnalyticsPredictive Analytics
Predictive AnalyticsSwarit Yadav
 
Marketing management
Marketing managementMarketing management
Marketing managementSwarit Yadav
 
Marketing management
Marketing managementMarketing management
Marketing managementSwarit Yadav
 
International marketing 1
International marketing 1International marketing 1
International marketing 1Swarit Yadav
 
International marketing 3
International marketing 3International marketing 3
International marketing 3Swarit Yadav
 
International marketing 2
International marketing 2International marketing 2
International marketing 2Swarit Yadav
 
International marketing 5
International marketing 5International marketing 5
International marketing 5Swarit Yadav
 
International marketing 4
International marketing 4International marketing 4
International marketing 4Swarit Yadav
 
International marketing6
International marketing6International marketing6
International marketing6Swarit Yadav
 
Service marketing3
Service marketing3Service marketing3
Service marketing3Swarit Yadav
 
Service marketing2
Service marketing2Service marketing2
Service marketing2Swarit Yadav
 
Service marketing6
Service marketing6Service marketing6
Service marketing6Swarit Yadav
 
Service marketing1
Service marketing1Service marketing1
Service marketing1Swarit Yadav
 
Service marketing5
Service marketing5Service marketing5
Service marketing5Swarit Yadav
 
Service marketing4
Service marketing4Service marketing4
Service marketing4Swarit Yadav
 

Mehr von Swarit Yadav (20)

Predictive Analytics
Predictive AnalyticsPredictive Analytics
Predictive Analytics
 
Digital marketing
Digital marketingDigital marketing
Digital marketing
 
Marketing management
Marketing managementMarketing management
Marketing management
 
Digital marketing
Digital marketingDigital marketing
Digital marketing
 
Marketing management
Marketing managementMarketing management
Marketing management
 
International marketing 1
International marketing 1International marketing 1
International marketing 1
 
International marketing 3
International marketing 3International marketing 3
International marketing 3
 
International marketing 2
International marketing 2International marketing 2
International marketing 2
 
International marketing 5
International marketing 5International marketing 5
International marketing 5
 
International marketing 4
International marketing 4International marketing 4
International marketing 4
 
International marketing6
International marketing6International marketing6
International marketing6
 
Service marketing3
Service marketing3Service marketing3
Service marketing3
 
Service marketing2
Service marketing2Service marketing2
Service marketing2
 
Service marketing6
Service marketing6Service marketing6
Service marketing6
 
Service marketing1
Service marketing1Service marketing1
Service marketing1
 
Service marketing5
Service marketing5Service marketing5
Service marketing5
 
Service marketing4
Service marketing4Service marketing4
Service marketing4
 
Rural marketing 9
Rural marketing 9Rural marketing 9
Rural marketing 9
 
Rural marketing 8
Rural marketing 8Rural marketing 8
Rural marketing 8
 
Rural marketing 7
Rural marketing 7Rural marketing 7
Rural marketing 7
 

Kürzlich hochgeladen

Customizable Contents Restoration Training
Customizable Contents Restoration TrainingCustomizable Contents Restoration Training
Customizable Contents Restoration TrainingCalvinarnold843
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterJamesConcepcion7
 
Driving Business Impact for PMs with Jon Harmer
Driving Business Impact for PMs with Jon HarmerDriving Business Impact for PMs with Jon Harmer
Driving Business Impact for PMs with Jon HarmerAggregage
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersPeter Horsten
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers referencessuser2c065e
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024Chandresh Chudasama
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverseSiemens
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...Hector Del Castillo, CPM, CPMM
 
Features of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfFeatures of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfOne Monitar
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Careerr98588472
 
14680-51-4.pdf Good quality CAS Good quality CAS
14680-51-4.pdf  Good  quality CAS Good  quality CAS14680-51-4.pdf  Good  quality CAS Good  quality CAS
14680-51-4.pdf Good quality CAS Good quality CAScathy664059
 
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOnemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOne Monitar
 
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in Entrepreneurship
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in EntrepreneurshipLessons from Shanavas M.P. (AKA SHAN) For The Mastering in Entrepreneurship
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in EntrepreneurshipDoge Mining Website
 
Environmental Impact Of Rotary Screw Compressors
Environmental Impact Of Rotary Screw CompressorsEnvironmental Impact Of Rotary Screw Compressors
Environmental Impact Of Rotary Screw Compressorselgieurope
 
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfDarshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfShashank Mehta
 
How do I Check My Health Issues in Astrology.pdf
How do I Check My Health Issues in Astrology.pdfHow do I Check My Health Issues in Astrology.pdf
How do I Check My Health Issues in Astrology.pdfshubhamaapkikismat
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfJamesConcepcion7
 

Kürzlich hochgeladen (20)

Customizable Contents Restoration Training
Customizable Contents Restoration TrainingCustomizable Contents Restoration Training
Customizable Contents Restoration Training
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors Data
 
Healthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare NewsletterHealthcare Feb. & Mar. Healthcare Newsletter
Healthcare Feb. & Mar. Healthcare Newsletter
 
Driving Business Impact for PMs with Jon Harmer
Driving Business Impact for PMs with Jon HarmerDriving Business Impact for PMs with Jon Harmer
Driving Business Impact for PMs with Jon Harmer
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exporters
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers reference
 
MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024MEP Plans in Construction of Building and Industrial Projects 2024
MEP Plans in Construction of Building and Industrial Projects 2024
 
Interoperability and ecosystems: Assembling the industrial metaverse
Interoperability and ecosystems:  Assembling the industrial metaverseInteroperability and ecosystems:  Assembling the industrial metaverse
Interoperability and ecosystems: Assembling the industrial metaverse
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
 
Features of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdfFeatures of a Call Recorder Spy App for Android.pdf
Features of a Call Recorder Spy App for Android.pdf
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
Neha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and CareerNeha Jhalani Hiranandani: A Guide to Her Life and Career
Neha Jhalani Hiranandani: A Guide to Her Life and Career
 
14680-51-4.pdf Good quality CAS Good quality CAS
14680-51-4.pdf  Good  quality CAS Good  quality CAS14680-51-4.pdf  Good  quality CAS Good  quality CAS
14680-51-4.pdf Good quality CAS Good quality CAS
 
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring CapabilitiesOnemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
Onemonitar Android Spy App Features: Explore Advanced Monitoring Capabilities
 
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in Entrepreneurship
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in EntrepreneurshipLessons from Shanavas M.P. (AKA SHAN) For The Mastering in Entrepreneurship
Lessons from Shanavas M.P. (AKA SHAN) For The Mastering in Entrepreneurship
 
Environmental Impact Of Rotary Screw Compressors
Environmental Impact Of Rotary Screw CompressorsEnvironmental Impact Of Rotary Screw Compressors
Environmental Impact Of Rotary Screw Compressors
 
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdfDarshan Hiranandani (Son of Niranjan Hiranandani).pdf
Darshan Hiranandani (Son of Niranjan Hiranandani).pdf
 
How do I Check My Health Issues in Astrology.pdf
How do I Check My Health Issues in Astrology.pdfHow do I Check My Health Issues in Astrology.pdf
How do I Check My Health Issues in Astrology.pdf
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdf
 

assignment problem

  • 2. Introduction An Assignment Problem is a particular case of transportation problem where the objective is to assign a number of resources to an equal number of activities so as to minimize total cost or maximize total profit of allocation. The problem of assignment arises because available resources have varying degrees of efficiency for performing different activities.
  • 3. Applications Some of the problems where assignment technique may be useful are :  Assignment of workers to machines,  Salesmen to different sales area,  Clerks to various checkout counters,  Vehicles to routes,  Contract to bidders,  Pairing of crew with flights schedule, etc.
  • 4. Solving Method Hungarian Method (Developed by D. Konig) The Hungarian method of assignment works on the principle of reducing the given the cost matrix to a matrix of opportunity costs. Opportunity Costs show the relative penalties associated with assigning a resource an activity as opposed to making the best or least cost assignment. If we can reduce the cost matrix to the extent of having at least one zero in each row and column, it will be possible to make optimal assignments (opportunity costs are all zero)
  • 5. Case : Assigning of crew to flights An airline that operates seven days a week has a timetable as shown in the next slide. Crews must have a minimum rest of six hours between flights. Obtain the pairing of flights that minimize waiting time away from the city. For any given pairing the crew will be based at the city that results the smaller waiting time. For each pair also mention the city where the crew should be based. 
  • 6. Case Fligh t No. Delhi Departure Kolkata Arrival Flight No. Kolkata Departure Delhi Arrival 201 07:00 A.M. 09:00 A.M. 101 09:00 A.M. 11:00 A.M. 202 09:00 A.M. 11:00 A.M. 102 10:00 A.M. 12:00 Noon 203 01:30 P.M. 03:30 P.M. 103 03:30 P.M. 05:30 P.M. 204 07:30 P.M. 09:30 P.M. 104 08:30 P.M. 10:30 P.M. Table – 1: Time table of the airline
  • 7. Problem Solving Approach  As the service time is constant, it does not affect the decision of stationing the crew.  Assume that the crew of all the flights are based at Delhi.  For each combination if the onward and return flight, find the time the crew has to wait in Kolkata to catch the next available flight to return keeping in mind that the minimum time the crew has to rest at Kolkata is 6 hours.  Perform the above step assuming that the crew of all the flights are based at Kolkata.  For each combination record the minimum of the two durations.  Apply the Assignment model technique to minimize the waiting time away from the city.
  • 8. Solution Step 1 (Crew is based at Delhi) The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 101, it has to wait for the next day till 0900 Hrs for exactly 24 Hrs. Flight no. Delhi Departure Kolkata Arrival Flight no. Kolkata Departure Delhi Arrival 201 0700 0900 101 0900 1100 202 0900 1100 102 1000 1200 203 1330 1530 103 1530 1730 204 1930 2130 104 2000 2200 24
  • 9. Solution Step 1 (Crew is based at Delhi) Dep /Arr Flight No. 101 102 103 104 201 24 202 203 204
  • 10. Solution Step 1 (Crew is based at Delhi) The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 102, it has to wait for the next day till 1000 Hrs for exactly 25 Hrs. Flight no. Delhi Departure Kolkata Arrival Flight no. Kolkata Departure Delhi Arrival 201 0700 0900 101 0900 1100 202 0900 1100 102 1000 1200 203 1330 1530 103 1530 1730 204 1930 2130 104 2000 2200 25
  • 11. Solution Step 1 (Crew is based at Delhi) Dep /Arr Flight 101 102 103 104 201 24 25 6.5 202 203 204 Similarly, if the crew has to return on flight 103 which departs from Kolkata at 1530 Hrs, There will be a gap of 6.5 Hrs which is acceptable as per the rules and the crew can return on the same day.
  • 12. Solution Step 1 (Crew is based at Delhi) Dep /Arr Flight 101 102 103 104 201 24.0 25.0 6.5 11.0 202 22.0 23.0 28.5 9.0 203 17.5 18.5 24.0 28.5 204 11.5 12.5 18.0 22.5 Similarly, the waiting duration for all the combinations of arrival and departure flights can be calculated. Table – 2: Waiting time when the full crew is based at Delhi
  • 13. Solution Step 2 (Crew is based at Kolkata) In the second step we assume that the crew for all the flights are based in Kolkata and have to return from Kolkata after a minimum stay of 6 Hrs in Delhi. If the crew of flight 101 has to return by the flight 201 it has to stay in Delhi for at least 20 Hrs. Flight no. Delhi Departure Kolkata Arrival Flight no. Kolkata Departure Delhi Arrival 201 0700 0900 101 0900 1100 202 0900 1100 102 1000 1200 203 1330 1530 103 1530 1730 204 1930 2130 104 2000 2200 20 hrs
  • 14. Solution Step 2 (Crew is based at Kolkata) If Instead the crew which flew by flight 101 has to return by flight 202 then the minimum duration of stay at Delhi would be 22 Hrs. Flight no. Delhi Departure Kolkata Arrival Flight no. Kolkata Departure Delhi Arrival 201 0700 0900 101 0900 1100 202 0900 1100 102 1000 1200 203 1330 1530 103 1530 1730 204 1930 2130 104 2000 2200 22 hrs
  • 15. Solution Step 2 (Crew is based at Kolkata) Arr/Dep Flight 101 102 103 104 201 20.0 19.0 13.5 9.0 202 22.0 21.0 15.5 11.0 203 26.5 25.5 20.0 15.5 204 8.5 7.5 26.0 21.5 Similarly, the waiting duration for all the combinations of arrival and departure flights can be calculated, assuming that the crew is based at Kolkata. Table – 3: When the full crew is based at Kolkata
  • 16. Solution Step3(Developing Opportunity Cost Matrix) We have calculated the waiting time when all crew members are asked to reside at Delhi and in the other case at Kolkata. As the crew can be asked to reside at Delhi or Kolkata, the minimum waiting time from Tables 1 & 2 can be obtained for the different route connections by choosing minimum value out of the waiting times. These values of waiting times are shown in Table 3.
  • 17. Solution Step 3 (Opportunity Cost Table) Arrival/ Departure Flight No. 101 102 103 104 201 20(K) 19(K) 6.5(D) 9(K) 202 22(D/K) 22(K) 15.5(K) 9(D) 203 17.5(D) 18.5(D) 20(K) 15.5(K) 204 8.5(K) 7.5(K) 18(D) 21.5(K) Where : K stands for Kolkata and D stands for Delhi Table – 4: Opportunity Cost Table
  • 18. Solution Step 4-A Row Reduction Method From each row we identify the smallest element and subtract it from each element of the row
  • 19. Solution Step 4-A (Row reduction) Arrival/ Departure Flight No. 101 102 103 104 201 20(K) 19(K) 6.5(D) 9(K) 202 22(D/K) 22(K) 15.5(K) 9(D) 203 17.5(D) 18.5(D) 20(K) 15.5(K) 204 8.5(K) 7.5(K) 18(D) 21.5(K) In row 1 the smallest element is 6.5 and this value is subtracted from each element of row 1 Likewise the same method is followed for each row
  • 20. Solution Step 4-A (Row Reduction) Arrival/ Departure Flight No. 101 102 103 104 201 13.5(K) 12.5(K) 0.0(D) 2.5(K) 202 13.0(D/K) 12(K) 6.5(K) 0.0(D) 203 2.0(D) 3.0(D) 4.5(K) 0.0(K) 204 1.0(K) 0.0(K) 10.5(D) 14.0(K) Table -5 : Opportunity Cost Matrix afterRow Reduction
  • 21. Solution Step 4-B Column Reduction Method From each column of the row reduced matrix we identify the smallest element in that column and subtract it from each element of the column
  • 22. Solution Step-B (Column Reduction) Arrival/ Departure Flight No. 101 102 103 104 201 13.5(K) 12.5(K) 0.0(D) 2.5(K) 202 13.0(D/K) 12(K) 6.5(K) 0.0(D) 203 2.0(D) 3.0(D) 4.5(K) 0.0(K) 204 1.0(K) 0.0(K) 10.5(D) 14.0(K) Forexample the minimum value in column 1 is 1 and this is subtracted fromeach element of column 1. We follow the same procedure in the remaining columns also
  • 23. Solution Step 4-C (Opportunity Cost Matrix) Arrival/ Departure Flight No. 101 102 103 104 201 12.5(K) 12.5(K) 0.0(D) 2.5(K) 202 12.0(D/K) 12(K) 6.5(K) 0.0(D) 203 1.0(D) 3.0(D) 4.5(K) 0.0(K) 204 0.0(K) 0.0(K) 10.5(D) 14.0(K) Table – 6 : Opportunity Cost Matrix aftercolumn reduction
  • 24. Solution Step 5 (Optimality Criterion) Arrival/ Departure Flight No. 101 102 103 104 201 12.5(K) 12.5(K) 0.0(D) 2.5(K) 202 12.0(D/K) 12(K) 6.5(K) 0.0(D) 203 1.0(D) 3.0(D) 4.5(K) 0.0(K) 204 0.0(K) 0.0(K) 10.5(D) 14.0(K) Making Assignments in the Opportunity Cost Matrix The solution is not optimal because only three assignments are made which is not equal to the number of rows (or columns) which is equal to four. Hence, the solution is not optimal.
  • 25. Solution Step 6 Arrival/ Departure Flight No. 101 102 103 104 201 12.5(K) 12.5(K) 0.0(D) 2.5(K) 202 12.0(D/K) 12(K) 6.5(K) 0.0(D) 203 1.0(D) 3.0(D) 4.5(K) 0.0(K) 204 0.0(K) 0.0(K) 10.5(D) 14.0(K) Revising the Opportunity Cost Matrix
  • 26. Solution Step 7 Arrival/ Departure Flight No. 101 102 103 104 201 12.5(K) 12.5(K) 0.0(D) 3.5(K) 202 11.0(D/K) 11.0(K) 5.5(K) 0.0(D) 203 0.0(D) 2.0(D) 3.5(K) 0.0(K) 204 0.0(K) 0.0(K) 10.5(D) 15.0(K) Revised Opportunity Matrix The solution is optimal because the number of assignments and the number of rows each are equal to four.
  • 27. Final Solution The pattern of optimal assignments among routes with respect to the waiting time is given in the following table:- Crew Residence at Route Number Waiting Time (in hours) 1 Delhi 201 – 103 6.5 2 Delhi 202 – 104 9.0 3 Delhi 203 – 101 17.5 4 Kolkata 204 - 102 7.5 Total 40.5

Hinweis der Redaktion

  1. The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 101, it has to wait for the next day for exactly 24 Hrs.
  2. The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 101, it has to wait for the next day for exactly 24 Hrs.
  3. The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 101, it has to wait for the next day for exactly 24 Hrs.
  4. The crew for flight 201 reaches Kolkata at 0900 hrs and thus can start from Kolkata to Delhi earliest at 0900 + 6 hrs = 1500 Hrs. So if the crew has to return by Flight 101, it has to wait for the next day for exactly 24 Hrs.