14
Transportation Problem & Degeneracy Presented By : Abhishek Upadhyay , Akhil Bhadrecha , Anshul K. Singh , Avijit Das , Kesharpu Sekhar & Saurabh Tamrakar

Transportatopn problm

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Transportatopn problm

Transportation Problem & Degeneracy

Presented By :

Abhishek Upadhyay , Akhil Bhadrecha , Anshul K. Singh , Avijit Das , Kesharpu Sekhar

& Saurabh Tamrakar

Page 2: Transportatopn problm

Transportation Problem

Aim: To find out optimum transportation schedule keeping in mind cost of transportation to be minimized.

Page 3: Transportatopn problm

Transportation Problem

The transportation problem is a special type of LPP where the objective is to minimize the cost of distributing a product from a number of sources or origins to a number of destinations.

Because of its special structure the usual simplex method is not suitable for solving transportation problems. These problems require special method of solution.

Page 4: Transportatopn problm

The origin of a transportation problem is the location from which shipments are dispatched. The destination of a transportation problem is the location to which shipments are transported.

The unit transportation cost is the cost of transporting one unit of the consignment from an origin to a destination.

Page 5: Transportatopn problm

Methods of solving Transportation Problem

North West Corner Method (NWCM)

Least Cost Method (LCM)

VOGEL’S APPROXIMATION METHOD (VAM)

Page 6: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step I – Check whether the given problem is a balanced problem (i.e. Requirement = Capacity). In case not then add dummy row (origin) or column (destination) with zero cost to make an unbalanced transportation problem balanced.

Step II – Reproduce the squares and inset squares and in the inset squares copy down the problem.

Page 7: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step III – Find a solution using VAM method Calculate penalties for each row and each column. By “penalties” we mean the difference between two best

possibilities. Give priority to the largest penalty. It belongs to a row or a

column. In that row or column make allocation to the smallest cost

cell. Cut off that row or column which is exhausted. Continue in the same way with the rest of the table until

two squares are left. Then fill up the smallest cost square out of the remaining

two. Finally fill up the last square.

Page 8: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step IV – Check for Basic

Initial Basic Solution = m + (n – 1) = Number of allocation

where, m is Row and n is Column

If Basic then go to next step.

Else - Covert first the Non-Basic into Basic by making an artificial allocation with zero units in the smallest cost cell.

Page 9: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step V – MODI Check Procedure Copy down the VAM solution along with cost matrix. Put a ‘0’ (zero) on the top right corner in the first row. For each filled in square adjust in such a way that: Row

Number + Column Number = Cost After filling all the row and column number look at the unused

routes (open cells) For each such cell find: Row Number + Column Number – Cost.

This is called check number for that cell. Write this number in that cell and encircle it. If all check number are smaller than or equal to zero (<=0 )

then that solution is the best solution (i.e. solution obtained is an initial basic feasible solution).

In case any check number is positive then revision is required. Hence go to next step.

Page 10: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step VI – Procedure for Revision To revise the transportation table a loop is to be

drawn and loop is made up of horizontal and vertical lines travelling through the cost matrix by starting and ending at the same point with the following conditions.

Condition 1 – The starting point should be an open square / cell.

Condition 2 – All the other squares travelled should be closed squares or allocated squares.

Condition 3 – In horizontal or vertical travel exactly two squares can be travelled including the starting cell.

Condition 4 – Jumping of a square is permitted

Page 11: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step VI – Procedure for Revision Step for Revision:

Step 1 – Of all positive check number choose the largest check number and put a cross mark.

Step 2 – Form the loop for this cross mark square. Step 3 – Along the loop write down the number in order. Step 4 – Underline the alternate number. Step 5 – Encircle the smallest underlined number. Step 6 – Prepare the revised cell that is put in the cross

mark cell the smallest number from Step 4. Continue along the loop with minus, plus and minus signs (- + -). Do not disturb other number not on loop.

Page 12: Transportatopn problm

Steps involved in solving Transportation Problem by VAM

method:

Step VII – Prepare the Optimum Transportation Schedule.

Step VIII – Find the minimum Transportation Cost.

Page 13: Transportatopn problm

3. A manager has three factories (i.e. origins) and four warehouses (i.e. destinations). The quantities of goods available in each factory, the requirements of goods in each warehouse and the costs of transportation of a product from each factory to each warehouse are given below.

Determine the optimum transportation schedule and transportation cost using:i. North West Corner Method (NWCM)ii. Least Cost Method (LCM)iii. VOGEL’S APPROXIMATION METHOD (VAM)

D1 D2 D3 D4 Supply

P1 19 30 50 12 7

P2 70 30 40 60 10

P3 40 10 60 20 18

Demand 5 8 7 15

Page 14: Transportatopn problm

Thank You