Consider the transportation table below. The solution displayed was obtained by performing some iterations of the transportation method on this problem.
|
Consider the transportation table below. The solution displayed was obtained by performing some iterations of the transportation method on this problem.
The total cost of the current solution provided = $270 270. Using stepping stone method, to perform an improvement iteration, the improvement index for the unused cell will be:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Destination |
|||||||
|
Source |
Denver |
Yuma |
Miami |
Supply |
|||
|
Houston |
$2 |
$8 |
$1 |
20 |
|||
|
20 |
|||||||
|
St. Louis |
$4 |
$5 |
$6 |
30 |
|||
|
10 |
20 |
||||||
|
Chicago |
$6 |
$3 |
$2 |
40 |
|||
|
10 |
30 |
||||||
|
Demand |
30 |
30 |
30 |
||||
The total cost of the current solution provided =
$270.
Using stepping stone method, to perform an improvement iteration, the improvement index for the unused cell will be:
Houston - Yuma = 5
Houston - Miami = -1
St. Louis - Miami= ????
The total cost of the current solution provided = 20*2+10*4+20*5+10*3+30*2 = $ 270
Improvement index of empty cells is calculated by alternatively adding and subtracting the cost of cells which form a closed loop the empty cell at one of its corner and non-empty cells at all the other corners.
Closed loop for empty cell Houston-Yuma is formed by cells (Houston-Yuma) - (St.Louis-Yume) + (St.Louis-Denver) - (Houston-Denver)
Houston-Yuma = 8-5+4-2 = 5
Closed loop for empty cell Houston-Miami is formed by cells (Houston-Yuma) - (Chicago-Miami) + (Chicago-Yuma) - (St.Louis-Yume) + (St.Louis-Denver) - (Houston-Denver)
Houston-Miami = 1-2+3-5+4-2 = -1
Closed loop for empty cell St.Louis-Miami is formed by cells (St.Louis-Miami) - (Chicago-Miami) + (Chicago-Yuma) - (St.Louis-Yuma)
St.Louis-Miami = 6-2+3-5 = 2
Houston - Yuma = 5
Houston - Miami = -1
St. Louis - Miami= 2
Consider the transportation table below. The solution displayed was obtained by performing some iterations of the...
copy your feasible plan and determine next transportation table
Copy your feasible plan obtained by the NWC rule to the table be To Denver (D) Erie(E) Fresno (n Griffin (G) Row A first, then rows B and C A-F:6-1+8-3-10 B-D:4-5+38-6 C-D: 8-5+3-8+1-10-1 6 Atlanta (4 Boston (B Chicage ( (18 35A-G:7-3+10-1+8-3- 18 15 60 B-G:9-3+10-1-15 C-E: 12-8+1-105 45 Determine the nest Transportation T To Denver(D) Erie (E) Fresno () Griffin (G Supply (Row A first, then rows B and O...