Chapter 08S – The Transportation Model
(b) Obtain an index number of each row and column. Do this using only occupied cells.
Index for Row 1 = 0. For other rows and columns, the following holds true:
Row Index + Column Index = Cell Cost
(1) Row 1 Index = 0.
(2) Shift to Cell 1-C:
Row 1 Index + Column C Index = 2
0 + Column C Index = 2
Column C Index = 2 – 0 = 2.
(3) There are no other occupied cells in Row 1, so we shift to Row 3, Cell 3-C:
Row 3 Index + Column C Index = 4
Row 3 Index + 2 = 4
Row 3 Index = 4 – 2 = 2.
(4) We use the Row 3 Index to determine the Column A Index & the Column B
Index.
Row 3 Index + Column B Index = 6
2 + Column B Index = 6
Column B Index = 6 – 2 = 4.
(5) There are no other occupied cells in Row 3, so we shift to Row 2, Cell 2-B:
Row 2 Index + Column B Index = 1