CHAPTER 3 Transportatiofor Night Class
CHAPTER 3 Transportatiofor Night Class
1 HU department of MM
Transportation table for Harley’s sand and gravel
To:
From: Project Project Project Supply
From: #1 4 #2 2 #3 8
Farm A 100
5 1 9
Farm B 200
7 6 3
Farm C 200
Demand 50 150 300
Note: It is possible to write this transportation problem in the form of LPM.
Nine ( 3x3) decision variables are there and the objective function is minimization.
Zmin: 4x11 + 2x12 +8x13 + 5x21 + x22 + 9x23 + 7x31 + 6x32 + 3x33
Subject to:
2 HU department of MM
3.1.2. FINDING AND INITIAL FEASIBLE SOLUTION
The starting point of the transportation method is a feasible solution. For an assignment to be
feasible, two conditions must be fulfilled:
A feasible solution is one in which assignments are made in such a way that all
supply and demand requirements are satisfied.
The number of nonzero (occupied) cells should equal one less than the sum of the
number of rows and the number of columns in a transportation table. In the case of
a table with 3 rows and 3 columns, the number of occupied cells should be 3 + 3 -1
= 5 in order to be able to use the transportation algorithm. Sometimes, fewer
occupied or completed cells appear in a solution. When that happens, the solution
is referred to as a degenerated solution; such a solution requires modification in
order to be able to determine if it is optimal. This topic will be covered later on.
A number of different approaches can be used to find an initial feasible solution. Three of these
are described here:
The northwest-corner method.
An intuitive approach/Least cost method
3.1.2.1. The Northwest-Corner Method
The northwest corner method is a systematic approach for developing an initial feasible solution.
Its chief advantages are that it is simple to use and easy to understand. Its chief drawback is that
it does not take transportation costs into account. Consequently, such a solution may require
much additional effort to obtain the optimal solution.
The northwest corner method gets its name because the starting point for the allocation process is
the upper left-hand (Northwest) corner of the transportation table. For the Harley problem, this
would be the cell that represents the route from Farm A to Project #1. The following set of
principles guides the allocation:
i. Begin with the upper left-hand cell, and allocate as many units as possible to that
cell. This will be the smaller of the row supply and the column demand. Adjust
the row and column quantities to reflect the allocation.
ii. Remain in a row or column until its supply or demand is completely exhausted or
satisfied, allocating the maximum number of units to each cell in turn, until all
supply has been allocated (and all demand has been satisfied because we assume
total supply and demand are equal).
The total cost is found by multiplying the quantities in “completed” (i.e. nonempty) cells by the
cell’s unit cost and, then, summing those amounts. Thus:
Total cost = 50(4) + 50(2) + 100(1) + 100(9) + 200(3) = $1900
As noted earlier, the main drawback of the northwest-corner method is that it does not consider
cell (route) costs in making the allocation. Consequently, if this allocation is optimal, that can
be attributed to chance rather than the method used.
3.1.2.2. The Intuitive Approach
This approach, also known as the minimum-cost method, uses lowest cell cost as the basis for
selecting routes. The procedure is as follows:
i. Identify the cell that has the lowest unit cost. If there is a tie, select one arbitrarily.
Allocate a quantity to this cell that is equal to the lower of the available supply for the
row and the demand for the column.
ii. Cross out the cells in the row or column that has been exhausted (or both, if both have
been exhausted), and adjust the remaining row or column total accordingly.
iii. Identify the cell with the lowest cost from the remaining cells. Allocate a quantity to
this cell that is equal to the lower of the available supply of the row and the demand
for the column.
iv. Repeat steps (ii) and (iii) until all supply and demand have been exhausted.
The initial feasible solution for the Harley problem completed using the above steps is shown
below.
Initial Feasible Solution for the Harley problem using the Intuitive approach
To:
Project Project Project Supply
From: #1 #2 #3
4 2 8
4 HU department of MM
Farm A 50 50 100
5 1 9
Farm B 150 50 200
7 6 3
Farm C 200 200
We can easily verify that this is a feasible solution by checking to see that the row and column
totals of the assigned cell quantities equal the supply and demand totals for the rows and
columns. Now let us compute the total cost of this solution and compare it to that of the
northwest corner solution.
Total cost = 50(4) + 50(8) + 150(1) + 50(9) + 200(3) = $1800
Compared to the plan generated using the Northwest-corner method, this one has a total cost that
is $100 less. This is due to the fact that the previous one did not involve the use of cost
information in allocating units.
5 HU department of MM
ii. Except for the cell being evaluated, only add or subtract in occupied cells. (It is
permissible to skip over unoccupied cells to find an occupied cell from which the path can
continue.)
iii. A path will consist of only horizontal and vertical moves, starting and ending with
the empty cell that is being evaluated.
iv. Alter + and – signs, beginning with a + sign in the cell being evaluated.
Note that it is not necessary to actually alter the quantities in the various cells to reflect the
one-unit change, the + and – signs suffice.
The general implication of the plus and minus signs is that cells with + signs mean one unit
would be added, cells with a – sign indicate one unit would be subtracted. The net impact of such
a one-unit shift can be determined by adding the cell costs with signs attached and noting the
resulting value. Thus, for cell B-1, we have a net change of +2 (i.e., 5+2-4-1) which means that
for each unit shifted into cell B-1, the total cost would increase by $2.
Computed in similar way, the evaluations of cells C-1, A-3, and C-2 result in +10, -2, and +11
respectively. The negative value for cell A-3 indicates an improved solution is possible: For each
unit we can shift into that cell, the total cost will decrease by $2. The following table shows how
empty cell C-1 can be evaluated using the Stepping Stone Method.
Evaluation path for cell C-1
To:
Project Project Project Supply
From: #1 #2 #3
4 2 8
Farm A 50 50 100
–- +
5 1 9
Farm B 100 100 200
– +
7 6 3
Farm C + – 200 200
5 1 9
r2 -1 Farm B 100 100 200
+ 7 6 3
r3 -7 Farm C 2
200 200
+10 +11
The cell evaluations (improvement potentials) for each of the unoccupied cells are determined
using the relationship:
Cell evaluation = Cell cost – Row index – Column index
eij = cij – ri – kj
For example, the cell evaluations for A-3 is 8 – 0 – 10 = -2. Similarly, the evaluation for B-1 is
+2, for C-1, +10, and for C-2, it is +11. Note that they agree with the values we computed earlier
using the stepping-stone method.
When cell evaluations are positive or zero, an optimal solution has been found. If one or more
is negative, the cell with the largest negative should be brought into solution because that route
has the largest potential for improvement per unit. In this case, we found that cell A-3 had an
evaluation of –2, which represented an improvement potential of $2 per unit. Hence, an
improved solution is possible.
7 HU department of MM
3.1.3.3. DEVELOPING AN IMPROVED SOLUTION
Developing an improved solution to a transportation problem requires focusing on the
unoccupied cell that has the largest negative cell evaluation. Improving the solution involves
reallocating quantities in the transportation table . More specifically, we want to take
advantage of the improvement potential of cell A-3 by transferring as many units as possible into
that cell. The stepping-stone path for that cell is necessary for determining how many units can
be reallocated while retaining the balance of supply and demand for the table. The stepping-stone
path also reveals which cells must have quantity changes and both the magnitude and direction
of changes. The + signs in the path indicate units to be added, the – signs indicate units to be
subtracted. The limit on subtraction is the smallest quantity in a negative position along the cell
path. With each iteration (new solution), it is necessary to evaluate the empty cells to see if
further improvement is possible. This requires use of either the MODI or the Stepping-stone
method. Both will yield the same values.
After reallocating the units using the stepping stone method, the empty cells will be A-2, B-1, C-
1 and C-2. Suppose we use the MODI method for evaluation. After assigning all the row and
column indices, we find the cell evaluations to be as follows:
Vj (Column indexes)
+4 0 +8
8 HU department of MM
To:
Project Project Project Supply
From: #1 #2 #3
4 2 8
+
0 Farm A 50 2 50 100
5 1 9
0
Ui +1 Farm B 150 50 200
(Row
indexes) +
8
7 +11
6 3
-5 Farm C 200 200
If the intuitive approach (Least Cost Method) is used to obtain the initial feasible solution when a
dummy is involved, make assignments to the dummy last. Hence, begin by assigning units to
the cell with the lowest nonzero cost, then the next lowest nonzero cost, and so on. For the
Harley problem this would mean that units would be assigned first to cell B-2 because its cost of
$1 is the lowest nonzero cell cost.
Solution using the Dummy Origin
9 HU department of MM
To:
Project Project Project Suppl
From: #1 #2 #3 y
4 2 8
Farm A 50 50 100
5 1 9
Farm B 150 50 200
7 6 3
Farm C 120 120
0 0 0
Dummy 80 80
10 HU department of MM