3.1 Transportation Problem
3.1 Transportation Problem
19
Tabular form of the Transportation Problem
20
• The mn large squares are called the cells.
• The per unit cost Cij of transporting from the ith origin Oi to the jth
destination Dj is displayed in the lower right position of the (i,j)th
cell.
1. any two adjacent cells in the ordered set lie either in the
same row or in the same column, and
2. any three or more adjacent cells in the ordered set do not lie
in the same row or the same column. The first cell of the set
is considered to follow the last in the set.
22
• If we join the cells of a loop by horizontal and vertical segments,
we get a closed path satisfying (1) and (2) above. Let us denote
by (i, j), the (i, j)th cell of a transportation table, then, it can be
seen from the tables below that the set
• L1 = {(2, 1), (4, 1), (4, 4), (1, 4), (1, 3), (2, 3)} forms a loop,
while
• L2 = {(3, 2), (3, 4), (1, 4), (1, 3), (1, 2)} does not form a loop.
23
24
• The indication of independence of a set of individual positive
allocations is that we cannot form a loop by joining positive
allocations by horizontal and vertical lines only, for example see
fig (a) and (d).
• In fig (a) and (d), a closed loop is formed by joining the positive
allocation cells by horizontal and vertical lines. But in fig (e), we
will not be able to form such a loop. Thus, allocations in fig (a)
and (d) are independent in position while in fig (e) are dependent
in position.
25
• Remarks:
• Each row and column in the transportation table should have only one
+ and – sign. All cells that have a + (or) – sign, except the starting
unoccupied (non-basic) cell are occupied (basic) cells.
26
• Definition of Set containing a loop:
• (or)
30
Proof
• Initially, we observe that there is no equation in which there is not at
least one basic variable. i.e. every equation has a basic variable
otherwise, the equation cannot be satisfied for ai ≠ 0 or bj ≠ 0.
• Suppose, every row and column equation has at least two basic
variables. Since there are m rows and n columns, the total number of
basic variables in row equations and column equations will be at least
2m and 2n respectively.
31
• Case (i) : m > n
• m + m > m + n ⇒ 2m > m + n ⇒ B ≥ 2m > m + n
• Case (ii) : m < n
• m + n < n + n ⇒ m + n < 2n ⇒ B ≥ 2n > m + n
• Case (iii) : m = n
• m + m = m + n ⇒ 2m = m + n ⇒ B ≥ 2m = m + n
• Thus, in all cases B ≥ m + n. But we know that the number of basic
variables in TP is (m + n - 1).
• Thus, we have a contradiction.
• So our supposition that every equation has at least two basic
variables is wrong.
• Therefore, there is at least one equation, either row or column,
having only one basic variable.
32
• Let the rth - equation have only one basic variable and let xrs be
the only basic variable in the row r and column s, then xrs = ar.
• i.e., it is not possible that all the rows and columns have two
or more basic variables.
34