Chapter 3 Transportation and Assignment
Chapter 3 Transportation and Assignment
Solution Methods
• Transportation models do not start at the origin where all decision values are zero;
they must instead be given an initial feasible solution.
• Initial feasible solution determination methods include:
- northwest corner method
- minimum cell cost method
- Vogel’s Approximation Method
• Methods for solving the transportation problem itself include:
- stepping-stone method and
- modified distribution method.
3
The Northwest Corner Method
- In the northwest corner method the largest possible allocation is made to the cell in the upper
left-hand corner of the tableau , followed by allocations to adjacent feasible cells.
- The initial solution is complete when all rim requirements are satisfied.
- Transportation cost is computed by evaluating the objective function:
Z = $6x1A + 8x1B + 10x1C + 7x2A + 11x2B + 11x2C + 4x3A + 5x3B + 12x3C
= 6(150) + 8(0) + 10(0) + 7(50) + 11(100) + 11(25) + 4(0) + 5(0) + !2(275)
= $5,925
4
The Minimum Cell Cost Method
(1 of 3)
- In the minimum cell cost method as much as possible is allocated to the cell with the
minimum cost followed by allocation to the feasible cell with minimum cost.
5
Vogel’s Approximation Method (VAM)
(1 of 5)
- Method is based on the concept of penalty cost or regret.
- A penalty cost is the difference between the largest and the next largest cell cost in a row
(or column).
- In VAM the first step is to develop a penalty cost for each source and destination.
- Penalty cost is calculated by subtracting the minimum cell cost from the next higher cell
cost in each row and column.
6
Vogel’s Approximation Method (VAM)
(2 of 5)
- VAM allocates as much as possible to the minimum cost cell in the row or column with
the largest penalty cost.
7
Vogel’s Approximation Method (VAM)
(4 of 5)
8
The Assignment Model
9
Each assignment problem has associated with it a
table, or matrix.
Generally, the rows contain the objects or people
we wish to assign, and the columns comprise the
tasks or things we want them assigned to.
The numbers in the table are the costs associated
with each particular assignment.
10
An assignment problem can be viewed as a transportation
problem in which
the capacity from each source (or person to be assigned)
is 1 and
the demand at each destination (or job to be done) is 1.
Such a formulation could be solved using the
transportation algorithm, but it would have a severe
degeneracy problem.
However, this type of problem is very easy to solve using
the assignment method.
11