Chapter 3 - Transporatition and Assignment Models & Programming
Chapter 3 - Transporatition and Assignment Models & Programming
Destination Supply
D1 D2 D3 D4
S1 50 75 35 75 12
Source S2 65 80 60 65 17
S3 40 70 45 55 11
(D) 0 0 0 0 10
Demand 15 10 15 10
Transportation Tableau:
3.1.1. Initial [BF] Solution Procedure:
In a transportation model an initial solution can be found by
several alternative methods such as:
i. Northwest corner method
ii. The Minimum cell-cost method,
iii. Vogel’s Approximation Method
I. Northwest Corner Starting Procedure:
With the northwest corner method, an initial allocation is made to
the cell in the upper left-hand corner of the tableau(Northwest
corner).
The amount allocated is the most possible, subject to the supply
and demand constraints for the cell.
Initial Solution Procedure Cont’d:
The steps of the northwest corner method are as
follows:
1. Allocate as much as possible to the cell in the upper
left-hand corner, subject to the supply and demand
constraints.
2. Allocate as much as possible to the next adjacent
feasible cell.
3. Repeat step 2 until all rim requirements have been
met.
Shipment:
From S1 to: D1= 10 units; D2 = 2units
From S2 to: D2 = 8 units; D3 = 9 units
From S3 to: D3 = 1 unit; D4 = 10 units
Total shipping cost = $2250
II. The Minimum Cell Cost Method
c21
2 c22 2
c31
c32
3 3
WORKERS JOBS
3.2. Assignment Problems Cont’d
Step 1: For each row, subtract the minimum number in that row
from all numbers in that row.
Step 2: For each column, subtract the minimum number in that
column from all numbers in that column.
Step 3: Draw the minimum number of lines to cover all zeroes.
If this number = m, STOP -- an assignment can be made.
Step 4: Determine the minimum uncovered number (call it d).
Subtract d from uncovered numbers.
Add d to numbers covered by two lines.
Numbers covered by one line remain the same.
Then, GO TO STEP 3.
Example 1: Assignment Model
A B C Dummy
Westside 23 9 0 1
Federated 0 2 1 0
Goliath 7 4 3 0
Universal 0 0 0 3
Example 1 Cont’d
END OF CHAPTER 3