SlideShare a Scribd company logo
1 of 32
Assignment and Transportation Problem Amit Kumar Bardhan Faculty of Management Studies University of Delhi
Step1.  Find a bfs. Find the minimum element in each row of the  mxm  cost matrix. Construct a new matrix by subtracting from each cost the minimum cost in its row. For this new matrix, find the minimum cost in each column. Construct a new matrix (reduced cost matrix) by subtracting from each cost the minimum cost in its column. Step2.  Draw the minimum number of lines (horizontal and/or vertical) that are needed to cover all zeros in the reduced cost matrix. If m lines are required, an optimal solution is available among the covered zeros in the matrix. If fewer than m lines are required, proceed to step 3. Step3.  Find the smallest nonzero element (call its value k) in the reduced cost matrix that is uncovered by the lines drawn in step 2. Now subtract k from each uncovered element of the reduced cost matrix and add k to each element that is covered by two lines. Return to step2. Assignment Problems: Hungarian method
Example 1: Assignment Problem Personnel Assignment: Time (hours) Job 1 Job 2 Job 3 Job 4 Person 1   14   5  8  7 Person 2   2   12    6  5 Person 3   7  8    3   9 Person 4   2   4   6  10
Example 2: Swimmer Selection ,[object Object],[object Object]
Swimmer Selection  [contd.] 31 28 29 26 29 Freestyle 33 30 38 28 33 Butterfly 41 34 42 33 43 Breaststroke 35 37 33 32 37 Backstroke Vir Ali Vipin Ajay Mark Stroke
[object Object],[object Object],Swimmer Selection  [contd.]
Swimmer Selection  [Answer] Freestyle  ->  Mark Butterfly  ->  Ajay Breaststroke  ->  Ali   Backstroke  ->   Vipin
Example:  Flight Assignment ,[object Object],[object Object],[object Object]
Flight Assignment  [contd.] 1.54 √ √ √ 8 0.84 √ √ 7 1.12 √ √ 6 1.32 √ √ √ 5 1.60 √ √ √ 4 1.52 √ √ √ 3 0.96 √ √ 2 1.40 √ √ 1 6 5 4 3 2 1 Cost Flight Work Pattern
Flight Assignment  [contd.] ,[object Object],[object Object]
Transportation Problem
Power Co: Shipping costs, Supply, and Demand for Powerco Example Transportation Tableau 30 30 20 45 Demand (Million kwh) 40 5 16 9 14 Plant 3 50 7 13 12 9 Plant 2 35 9 10 6 8 Plant 1 Supply (Million kwh) City 4 City 3 City 2 City 1 To From
Powerco Power Plant: Formulation Define Variables: Let Xij = number of (million kwh) produced at plant i and  sent to city j. Objective Function: Min z = 8*X11 + 6*X12 + 10*X13 + 9*X14   + 9*X21 + 12*X22 + 13*X23 + 7*X24   + 14*X31 + 9*X32 + 16*X33 + 5*X34 Supply Constraints: X11 + X12 + X13 + X14 < = 35  (Plant 1)   X21 + X22 + X23 + X24 < = 50  (Plant 2)   X31 + X32 + X33 + X34 < = 40  (Plant 3)
Powerco Power Plant: Formulation (Cont’d.) Demand Constraints: X11 + X21 +X31 > = 45 (City 1)   X12 + X22 +X32 > = 20 (City 2)   X13 + X23 +X33 > = 30 (City 3)   X14 + X24 +X34 > = 30 (City 4) Nonnegativity Constraints: Xij > = 0  (i=1,..,3; j=1,..,4) Balanced? Total Demand = 45 + 20 + 30 + 30 = 125 Total Supply  = 35 + 50 + 40 = 125 Yes, Balanced Transportation Problem! (If problem is  unbalanced, add dummy supply or demand as required.)
Example: Cost-less Corp Ltd. ,[object Object],200 300 100 200 4 100 200 400 300 3 300 100 900 200 2 200 400 600 500 1 Plant D C B A Retail outlet Unit shipping cost
Example: Cost-less Corp Ltd.  [contd.] Plant 1, 2, 3 and 4 make 10, 20, 20 and 10 shipments respectively. Retail outlets 1, 2, 3 and 4 need to receive 20, 10, 10 and 20 shipments per month respectively. The distribution manager wants to determine the best plan for how many shipments to send from each plant to respective retail outlets each month. The objective is to minimize the total shipping cost.
Solving transportation problem ,[object Object],[object Object],[object Object],[object Object],[object Object]
Transshipment Problems A transportation problem allows only shipments that go directly from supply points to demand points. In many situations, shipments are allowed between supply points or between demand points. Sometimes there may also be points (called transshipment points) through which goods can be transshipped on their journey from a supply point to a demand point. Fortunately, the optimal solution to a transshipment problem can be found by solving a transportation problem.
The following steps describe how the optimal solution to a transshipment problem can be found by solving a transportation problem. Step 1 : If necessary, add a dummy demand point (with a supply of 0 and a demand equal to the problem’s excess supply) to balance the problem. Shipments to the dummy and from a point to itself will be zero. Let s= total available supply. Step 2 : Construct a transportation tableau as follows: A row in the tableau will be needed for each supply point and transshipment point, and a column will be needed for each demand point and transshipment point. Solving Transshipment Problems
Each supply point will have a supply equal to it’s original supply, and each demand point will have a demand to its original demand. Let s= total available supply. Then each transshipment point will have a supply equal to (point’s original supply)+s and a demand equal to (point’s original demand)+s. This ensures that any transshipment point that is a net supplier will have a net outflow equal to point’s original supply and a net demander will have a net inflow equal to point’s original demand. Although we don’t know how much will be shipped through each transshipment point, we can be sure that the total amount will not exceed s.
Transshipment Example ,[object Object],[object Object]
Transportation Tableau Associated with the Transshipment Example ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example - 1 ,[object Object],[object Object],[object Object],[object Object]
Example - 1 - 0 121 109 89 Houston 0 - 82 117 210 Tampa 78 113 0 115 105 Atlanta 119 110 111 0 145 Detroit 225 90 100 140 0 L.A. Tampa Houston Atlanta Detroit L.A. From To ($)
Example – 1a (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 M 82 117 210 Tampa 4,000 0 M 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 145 Detroit 5,100 0 225 90 100 140 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
Example – 1b (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 M 82 117 210 Tampa 4,000 0 M 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 M Detroit 5,100 0 225 90 100 M 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
Example – 1c (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 5 82 117 210 Tampa 4,000 0 5 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 145 Detroit 5,100 0 225 90 100 140 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
Limitations of Transportation Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Limitations of Transportation Problem ,[object Object],[object Object],[object Object]
Assignment 1 ,[object Object],[object Object],[object Object]
Question 1… Rs. 410 35 March Rs. 420 30 February Rs. 400 35 January Unit production cost Production capacity Month
Assignment - 2 ,[object Object],[object Object]

More Related Content

What's hot

transporation problem - stepping stone method
transporation problem - stepping stone methodtransporation problem - stepping stone method
transporation problem - stepping stone methodoragon291764
 
LINEAR PROGRAMMING
LINEAR PROGRAMMINGLINEAR PROGRAMMING
LINEAR PROGRAMMINGrashi9
 
LP network chapter 5 transportation and assignment problem
LP  network chapter 5 transportation and assignment problemLP  network chapter 5 transportation and assignment problem
LP network chapter 5 transportation and assignment problemHarun Al-Rasyid Lubis
 
Linear programming Cost Minimization
Linear programming Cost MinimizationLinear programming Cost Minimization
Linear programming Cost MinimizationKhushbu :-)
 
Linear Programming
Linear ProgrammingLinear Programming
Linear ProgrammingHumma Rashid
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation LppSachin MK
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational ResearchNeha Sharma
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEAnasuya Barik
 
Product allocation problem
Product allocation problemProduct allocation problem
Product allocation problemW3Edify
 
Modified distribution method (modi method)
Modified distribution method (modi method)Modified distribution method (modi method)
Modified distribution method (modi method)Dinesh Suthar
 
Transportation problem
Transportation problemTransportation problem
Transportation problemShubhagata Roy
 
Transportation model
Transportation modelTransportation model
Transportation modelLokesh Payasi
 
Linear programming manufacturing application
Linear programming manufacturing applicationLinear programming manufacturing application
Linear programming manufacturing applicationMuneeb Ahmed
 
decision making criterion
decision making criteriondecision making criterion
decision making criterionGaurav Sonkar
 
Simplex method: Slack, Surplus & Artificial variable
Simplex method:  Slack, Surplus & Artificial variableSimplex method:  Slack, Surplus & Artificial variable
Simplex method: Slack, Surplus & Artificial variableDevyaneeDevyanee2007
 
uji hipotesis satu rata – rata bagian 2
uji hipotesis satu rata – rata bagian 2uji hipotesis satu rata – rata bagian 2
uji hipotesis satu rata – rata bagian 2Ratih Ramadhani
 

What's hot (20)

transporation problem - stepping stone method
transporation problem - stepping stone methodtransporation problem - stepping stone method
transporation problem - stepping stone method
 
LINEAR PROGRAMMING
LINEAR PROGRAMMINGLINEAR PROGRAMMING
LINEAR PROGRAMMING
 
Quantitative Techniques
Quantitative TechniquesQuantitative Techniques
Quantitative Techniques
 
LP network chapter 5 transportation and assignment problem
LP  network chapter 5 transportation and assignment problemLP  network chapter 5 transportation and assignment problem
LP network chapter 5 transportation and assignment problem
 
Minimization model by simplex method
Minimization model by simplex methodMinimization model by simplex method
Minimization model by simplex method
 
Linear programming Cost Minimization
Linear programming Cost MinimizationLinear programming Cost Minimization
Linear programming Cost Minimization
 
Linear Programming
Linear ProgrammingLinear Programming
Linear Programming
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Formulation Lpp
Formulation  LppFormulation  Lpp
Formulation Lpp
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
 
DECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLEDECISION THEORY WITH EXAMPLE
DECISION THEORY WITH EXAMPLE
 
Product allocation problem
Product allocation problemProduct allocation problem
Product allocation problem
 
Modified distribution method (modi method)
Modified distribution method (modi method)Modified distribution method (modi method)
Modified distribution method (modi method)
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Transportation model
Transportation modelTransportation model
Transportation model
 
Linear programming manufacturing application
Linear programming manufacturing applicationLinear programming manufacturing application
Linear programming manufacturing application
 
5. transportation problems
5. transportation problems5. transportation problems
5. transportation problems
 
decision making criterion
decision making criteriondecision making criterion
decision making criterion
 
Simplex method: Slack, Surplus & Artificial variable
Simplex method:  Slack, Surplus & Artificial variableSimplex method:  Slack, Surplus & Artificial variable
Simplex method: Slack, Surplus & Artificial variable
 
uji hipotesis satu rata – rata bagian 2
uji hipotesis satu rata – rata bagian 2uji hipotesis satu rata – rata bagian 2
uji hipotesis satu rata – rata bagian 2
 

Viewers also liked

Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemAlvin Niere
 
transportation and assignment models
transportation and assignment modelstransportation and assignment models
transportation and assignment modelsAnne Lee
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment ProblemAmit Kumar
 
Transportation and Assignment
Transportation and AssignmentTransportation and Assignment
Transportation and AssignmentLokesh Payasi
 
Transportation Assignment
Transportation AssignmentTransportation Assignment
Transportation AssignmentNilam Kabra
 
Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)kongara
 
Taylor introms10 ppt_06
Taylor introms10 ppt_06Taylor introms10 ppt_06
Taylor introms10 ppt_06QA Cmu
 
Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipsideDanna
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsRai University
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problemAnkit Katiyar
 
product design and process selection
product design and  process selectionproduct design and  process selection
product design and process selectionLEADS123
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionAathi Suku
 
operation research
operation researchoperation research
operation researchujal70
 
Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Lakshminarayan Ramjee
 
Transportation problem
Transportation problemTransportation problem
Transportation problemA B
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problmAnshul Singh
 
Major Transportation Problem in Bangladesh
Major Transportation Problem in BangladeshMajor Transportation Problem in Bangladesh
Major Transportation Problem in BangladeshKrishnandu Barma
 
Bba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment modelsBba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment modelsStephen Ong
 

Viewers also liked (20)

Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
transportation and assignment models
transportation and assignment modelstransportation and assignment models
transportation and assignment models
 
Assignment Problem
Assignment ProblemAssignment Problem
Assignment Problem
 
Transportation and Assignment
Transportation and AssignmentTransportation and Assignment
Transportation and Assignment
 
Transportation Assignment
Transportation AssignmentTransportation Assignment
Transportation Assignment
 
Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)
 
Taylor introms10 ppt_06
Taylor introms10 ppt_06Taylor introms10 ppt_06
Taylor introms10 ppt_06
 
Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipside
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problems
 
T P
T PT P
T P
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problem
 
product design and process selection
product design and  process selectionproduct design and  process selection
product design and process selection
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solution
 
operation research
operation researchoperation research
operation research
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method Transportation Problem- Stepping Stone Method
Transportation Problem- Stepping Stone Method
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Transportatopn problm
Transportatopn problmTransportatopn problm
Transportatopn problm
 
Major Transportation Problem in Bangladesh
Major Transportation Problem in BangladeshMajor Transportation Problem in Bangladesh
Major Transportation Problem in Bangladesh
 
Bba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment modelsBba 3274 qm week 9 transportation and assignment models
Bba 3274 qm week 9 transportation and assignment models
 

Similar to Assignment and Transportation Problem Solving with Hungarian Method

Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08jncgw5t6xq
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsDagnaygebawGoshme
 
unit2 linear programming problem in .pdf
unit2 linear programming problem in .pdfunit2 linear programming problem in .pdf
unit2 linear programming problem in .pdfbizuayehuadmasu1
 
unit-5 Transportation problem in operation research ppt.pdf
unit-5 Transportation problem in operation research ppt.pdfunit-5 Transportation problem in operation research ppt.pdf
unit-5 Transportation problem in operation research ppt.pdfbizuayehuadmasu1
 
Linear Programming.pptx
Linear Programming.pptxLinear Programming.pptx
Linear Programming.pptxDrBabinDhasD
 
Top school in delhi ncr
Top school in delhi ncrTop school in delhi ncr
Top school in delhi ncrEdhole.com
 
Deepika(14 mba5012) transportation ppt
Deepika(14 mba5012)  transportation pptDeepika(14 mba5012)  transportation ppt
Deepika(14 mba5012) transportation pptDeepika Bansal
 
QA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdfQA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdfTeshome48
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxhonakjannu789
 
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxPresentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxIBMRD Ahmednagar
 
Chapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdfChapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdfTsegay Berhe
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemVivekSaurabh7
 
OR presentation.pptx
OR presentation.pptxOR presentation.pptx
OR presentation.pptxAjinRk2
 
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMA NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMJournal For Research
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.pptanubhuti18
 
Transportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsTransportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsKrupesh Shah
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptxSauravDash10
 

Similar to Assignment and Transportation Problem Solving with Hungarian Method (20)

07. Transportation Problem.pptx
07. Transportation Problem.pptx07. Transportation Problem.pptx
07. Transportation Problem.pptx
 
Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08Productions & Operations Management Chapter 08
Productions & Operations Management Chapter 08
 
Operations Research Project
Operations Research ProjectOperations Research Project
Operations Research Project
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problems
 
unit2 linear programming problem in .pdf
unit2 linear programming problem in .pdfunit2 linear programming problem in .pdf
unit2 linear programming problem in .pdf
 
unit-5 Transportation problem in operation research ppt.pdf
unit-5 Transportation problem in operation research ppt.pdfunit-5 Transportation problem in operation research ppt.pdf
unit-5 Transportation problem in operation research ppt.pdf
 
Linear Programming.pptx
Linear Programming.pptxLinear Programming.pptx
Linear Programming.pptx
 
Top school in delhi ncr
Top school in delhi ncrTop school in delhi ncr
Top school in delhi ncr
 
Deepika(14 mba5012) transportation ppt
Deepika(14 mba5012)  transportation pptDeepika(14 mba5012)  transportation ppt
Deepika(14 mba5012) transportation ppt
 
Chapter 07.ppt
Chapter 07.pptChapter 07.ppt
Chapter 07.ppt
 
QA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdfQA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdf
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptx
 
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxPresentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
 
Chapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdfChapter 5.TRANSPORTATION PROBLEM.pdf
Chapter 5.TRANSPORTATION PROBLEM.pdf
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
OR presentation.pptx
OR presentation.pptxOR presentation.pptx
OR presentation.pptx
 
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEMA NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
A NEW APPROACH FOR SOLVING TRANSPORTATION PROBLEM
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
 
Transportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete MathsTransportation Modelling - Quantitative Analysis and Discrete Maths
Transportation Modelling - Quantitative Analysis and Discrete Maths
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
 

More from Kinshook Chaturvedi (20)

Working and functions_of_rbi[1]
Working and functions_of_rbi[1]Working and functions_of_rbi[1]
Working and functions_of_rbi[1]
 
Role of idfc_in_infrastucture_finance
Role of idfc_in_infrastucture_financeRole of idfc_in_infrastucture_finance
Role of idfc_in_infrastucture_finance
 
Mutual funds
Mutual fundsMutual funds
Mutual funds
 
Iifcl ppt
Iifcl pptIifcl ppt
Iifcl ppt
 
Basel ii norms.ppt
Basel ii norms.pptBasel ii norms.ppt
Basel ii norms.ppt
 
Retail banking pres
Retail banking presRetail banking pres
Retail banking pres
 
Presentation on lic of india
Presentation on lic of indiaPresentation on lic of india
Presentation on lic of india
 
Mfi dfi
Mfi dfiMfi dfi
Mfi dfi
 
Management of np as imt
Management of np as imtManagement of np as imt
Management of np as imt
 
Life insurance in india final raja
Life insurance in india final rajaLife insurance in india final raja
Life insurance in india final raja
 
Financial inclusion
Financial inclusionFinancial inclusion
Financial inclusion
 
Corporate banking v2
Corporate banking v2Corporate banking v2
Corporate banking v2
 
Corporate banking latest
Corporate banking latestCorporate banking latest
Corporate banking latest
 
Financial mgt exercises
Financial mgt exercisesFinancial mgt exercises
Financial mgt exercises
 
Csac10[1].p
Csac10[1].pCsac10[1].p
Csac10[1].p
 
Csac08[1].p
Csac08[1].pCsac08[1].p
Csac08[1].p
 
Csac05[1].p
Csac05[1].pCsac05[1].p
Csac05[1].p
 
Csac14[1].p
Csac14[1].pCsac14[1].p
Csac14[1].p
 
Csac06[1].p
Csac06[1].pCsac06[1].p
Csac06[1].p
 
Xyber001 16 12_09 (2)
Xyber001 16 12_09 (2)Xyber001 16 12_09 (2)
Xyber001 16 12_09 (2)
 

Recently uploaded

The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
Pitch Deck Teardown: NOQX's $200k Pre-seed deck
Pitch Deck Teardown: NOQX's $200k Pre-seed deckPitch Deck Teardown: NOQX's $200k Pre-seed deck
Pitch Deck Teardown: NOQX's $200k Pre-seed deckHajeJanKamps
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...lizamodels9
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptx
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptxBanana Powder Manufacturing Plant Project Report 2024 Edition.pptx
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptxgeorgebrinton95
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...lizamodels9
 
Investment analysis and portfolio management
Investment analysis and portfolio managementInvestment analysis and portfolio management
Investment analysis and portfolio managementJunaidKhan750825
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creationsnakalysalcedo61
 
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCRsoniya singh
 

Recently uploaded (20)

The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
Pitch Deck Teardown: NOQX's $200k Pre-seed deck
Pitch Deck Teardown: NOQX's $200k Pre-seed deckPitch Deck Teardown: NOQX's $200k Pre-seed deck
Pitch Deck Teardown: NOQX's $200k Pre-seed deck
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
Lowrate Call Girls In Laxmi Nagar Delhi ❤️8860477959 Escorts 100% Genuine Ser...
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptx
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptxBanana Powder Manufacturing Plant Project Report 2024 Edition.pptx
Banana Powder Manufacturing Plant Project Report 2024 Edition.pptx
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
Call Girls In Connaught Place Delhi ❤️88604**77959_Russian 100% Genuine Escor...
 
Investment analysis and portfolio management
Investment analysis and portfolio managementInvestment analysis and portfolio management
Investment analysis and portfolio management
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creations
 
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Hauz Khas 🔝 Delhi NCR
 

Assignment and Transportation Problem Solving with Hungarian Method

  • 1. Assignment and Transportation Problem Amit Kumar Bardhan Faculty of Management Studies University of Delhi
  • 2. Step1. Find a bfs. Find the minimum element in each row of the mxm cost matrix. Construct a new matrix by subtracting from each cost the minimum cost in its row. For this new matrix, find the minimum cost in each column. Construct a new matrix (reduced cost matrix) by subtracting from each cost the minimum cost in its column. Step2. Draw the minimum number of lines (horizontal and/or vertical) that are needed to cover all zeros in the reduced cost matrix. If m lines are required, an optimal solution is available among the covered zeros in the matrix. If fewer than m lines are required, proceed to step 3. Step3. Find the smallest nonzero element (call its value k) in the reduced cost matrix that is uncovered by the lines drawn in step 2. Now subtract k from each uncovered element of the reduced cost matrix and add k to each element that is covered by two lines. Return to step2. Assignment Problems: Hungarian method
  • 3. Example 1: Assignment Problem Personnel Assignment: Time (hours) Job 1 Job 2 Job 3 Job 4 Person 1 14 5 8 7 Person 2 2 12 6 5 Person 3 7 8 3 9 Person 4 2 4 6 10
  • 4.
  • 5. Swimmer Selection [contd.] 31 28 29 26 29 Freestyle 33 30 38 28 33 Butterfly 41 34 42 33 43 Breaststroke 35 37 33 32 37 Backstroke Vir Ali Vipin Ajay Mark Stroke
  • 6.
  • 7. Swimmer Selection [Answer] Freestyle -> Mark Butterfly -> Ajay Breaststroke -> Ali Backstroke -> Vipin
  • 8.
  • 9. Flight Assignment [contd.] 1.54 √ √ √ 8 0.84 √ √ 7 1.12 √ √ 6 1.32 √ √ √ 5 1.60 √ √ √ 4 1.52 √ √ √ 3 0.96 √ √ 2 1.40 √ √ 1 6 5 4 3 2 1 Cost Flight Work Pattern
  • 10.
  • 12. Power Co: Shipping costs, Supply, and Demand for Powerco Example Transportation Tableau 30 30 20 45 Demand (Million kwh) 40 5 16 9 14 Plant 3 50 7 13 12 9 Plant 2 35 9 10 6 8 Plant 1 Supply (Million kwh) City 4 City 3 City 2 City 1 To From
  • 13. Powerco Power Plant: Formulation Define Variables: Let Xij = number of (million kwh) produced at plant i and sent to city j. Objective Function: Min z = 8*X11 + 6*X12 + 10*X13 + 9*X14 + 9*X21 + 12*X22 + 13*X23 + 7*X24 + 14*X31 + 9*X32 + 16*X33 + 5*X34 Supply Constraints: X11 + X12 + X13 + X14 < = 35 (Plant 1) X21 + X22 + X23 + X24 < = 50 (Plant 2) X31 + X32 + X33 + X34 < = 40 (Plant 3)
  • 14. Powerco Power Plant: Formulation (Cont’d.) Demand Constraints: X11 + X21 +X31 > = 45 (City 1) X12 + X22 +X32 > = 20 (City 2) X13 + X23 +X33 > = 30 (City 3) X14 + X24 +X34 > = 30 (City 4) Nonnegativity Constraints: Xij > = 0 (i=1,..,3; j=1,..,4) Balanced? Total Demand = 45 + 20 + 30 + 30 = 125 Total Supply = 35 + 50 + 40 = 125 Yes, Balanced Transportation Problem! (If problem is unbalanced, add dummy supply or demand as required.)
  • 15.
  • 16. Example: Cost-less Corp Ltd. [contd.] Plant 1, 2, 3 and 4 make 10, 20, 20 and 10 shipments respectively. Retail outlets 1, 2, 3 and 4 need to receive 20, 10, 10 and 20 shipments per month respectively. The distribution manager wants to determine the best plan for how many shipments to send from each plant to respective retail outlets each month. The objective is to minimize the total shipping cost.
  • 17.
  • 18. Transshipment Problems A transportation problem allows only shipments that go directly from supply points to demand points. In many situations, shipments are allowed between supply points or between demand points. Sometimes there may also be points (called transshipment points) through which goods can be transshipped on their journey from a supply point to a demand point. Fortunately, the optimal solution to a transshipment problem can be found by solving a transportation problem.
  • 19. The following steps describe how the optimal solution to a transshipment problem can be found by solving a transportation problem. Step 1 : If necessary, add a dummy demand point (with a supply of 0 and a demand equal to the problem’s excess supply) to balance the problem. Shipments to the dummy and from a point to itself will be zero. Let s= total available supply. Step 2 : Construct a transportation tableau as follows: A row in the tableau will be needed for each supply point and transshipment point, and a column will be needed for each demand point and transshipment point. Solving Transshipment Problems
  • 20. Each supply point will have a supply equal to it’s original supply, and each demand point will have a demand to its original demand. Let s= total available supply. Then each transshipment point will have a supply equal to (point’s original supply)+s and a demand equal to (point’s original demand)+s. This ensures that any transshipment point that is a net supplier will have a net outflow equal to point’s original supply and a net demander will have a net inflow equal to point’s original demand. Although we don’t know how much will be shipped through each transshipment point, we can be sure that the total amount will not exceed s.
  • 21.
  • 22.
  • 23.
  • 24. Example - 1 - 0 121 109 89 Houston 0 - 82 117 210 Tampa 78 113 0 115 105 Atlanta 119 110 111 0 145 Detroit 225 90 100 140 0 L.A. Tampa Houston Atlanta Detroit L.A. From To ($)
  • 25. Example – 1a (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 M 82 117 210 Tampa 4,000 0 M 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 145 Detroit 5,100 0 225 90 100 140 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
  • 26. Example – 1b (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 M 82 117 210 Tampa 4,000 0 M 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 M Detroit 5,100 0 225 90 100 M 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
  • 27. Example – 1c (answer) 100 5,500 6,400 4,000 4,000 4,000 4,000 0 0 5 82 117 210 Tampa 4,000 0 5 0 121 109 89 Houston 4,000 0 78 113 0 115 105 Atlanta 6,900 0 119 110 111 0 145 Detroit 5,100 0 225 90 100 140 0 L.A Dummy Tampa Houston Atlanta Detroit L.A.
  • 28.
  • 29.
  • 30.
  • 31. Question 1… Rs. 410 35 March Rs. 420 30 February Rs. 400 35 January Unit production cost Production capacity Month
  • 32.