Transportation Problem (TP) and Assignment Problem (AP) : (Special Cases of Linear Programming)
Transportation Problem (TP) and Assignment Problem (AP) : (Special Cases of Linear Programming)
Transportation Problem (TP) and Assignment Problem (AP) : (Special Cases of Linear Programming)
Destinatio Supply
n
D1 D2 D3 D4
S1 50 75 35 75 12
Source 65 80 60 65 17
S2
S3 40 70 45 55 11
(D) 0 0 0 0 10
Demand 15 10 15 10
Transportation Tableau:
Initial Solution Procedure:
1. Northwest Corner Starting Procedure
1. Select the remaining variable in the upper left (northwest)
corner and note the supply remaining in the row, s, and the
demand remaining in the column, d.
2. Allocate the minimum of s or d to this variable. If this
minimum is s, eliminate all variables in its row from future
consideration and reduce the demand in its column by s; if
the minimum is d, eliminate all variables in the column from
future consideration and reduce the supply in its row by d.
REPEAT THESE STEPS UNTIL ALL SUPPLIES HAVE BEEN
ALLOCATED.
Total sipping cost = 2250
2. Least Cost Starting Procedure
1. For the remaining variable with the lowest unit cost,
determine the remaining supply left in its row, s, and the
remaining demand left in its column, d (break ties
arbitrarily).
2. Allocate the minimum of s or d to this variable. If this
minimum is s, eliminate all variables in its row from
future consideration and reduce the demand in its
column by s; if the minimum is d, eliminate all variables
in the column from future consideration and reduce the
supply in its row by d.
REPEAT THESE STEPS UNTIL ALL SUPPLIES HAVE
BEEN ALLOCATED.
Total sipping cost = 2065
3. Vogel’s Approximation Method Starting Procedure
1. For each remaining row and column, determine the
difference between the lowest two remaining costs; these
are called the row and column penalties.
2. Select the row or column with the largest penalty found
in step 1 and note the supply remaining for its row, s, and
the demand remaining in its column, d.
3. Allocate the minimum of s or d to the variable in the
selected row or column with the lowest remaining unit cost.
If this minimum is s, eliminate all variables in its row from
future consideration and reduce the demand in its column
by s; if the minimum is d, eliminate all variables in the
column from future consideration and reduce the supply in
its row by d.
REPEAT THESE STEPS UNTIL ALL SUPPLIES HAVE
BEEN ALLOCATED.
Total sipping cost = 2030
Solving TP – Transportation Simplex Method
J1 J2 J3 J4
W1 7 41 0 1
W2 16 11 1 0
W3 0 0 10 34
(D) 74 99 90 56