Transportation
Transportation
- Problem:How many tons of wheat to transport from each grain elevator to each mill on a monthly
basis in order to minimize the total cost of transportation ?
- Data: Grain Elevator Supply Mill Demand
1. Kansas City 150 A. Chicago 200
2. Omaha 175 B. St.Louis 100
3. Des Moines 275 C. Cincinnati 300
Total 600 tons Total 600 tons
The
Transportation
Tableau
• 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.
- 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 NW
Corner Solution
- 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
Summary of Steps
Optimality Test:
Once an initial solution is obtained, the next step is to check its optimality. An
optimal solution is one where there is no other set of transportation routes
(allocations) that will further reduce the total transportation cost. Thus, we have to
evaluate each un-occupied cell in the transportation table in terms of an
opportunity of reducing total transportation cost.
Step 6: Select the smallest quantity amongst the cells marked with (-) sign.
Allocate this value to the unoccupied cell of the loop and add and subtract it
in the occupied cells as per their signs.
Thus an improved solution is obtained by calculating the total transportation
cost by this method.
Step 7: Test the revised solution further for optimality. The procedure
terminates when all dij ≥ 0 , for unoccupied cells.
An Unbalanced Model
(Demand . Supply)
We must make the test for acceptability to use the stepping-stone methodology,
that mean the feasible solution must met the condition of the number of
occupied squares in any solution must be equal to the number of rows in the
table plus the number of columns minus 1
M (number of rows) + N (number of columns ) = allocated cells
If a solution does not satisfy this rule it is called
degenerate
The Initial
Solution
The Initial
Solution
Summary of Steps
The Second
VAM Allocation