Tutorial 6
Tutorial 6
Q1: Consider the cost matrix for the following maximization type assignment problem.
Find an optimal solution and corresponding cost.
Worker
1 2 3 4
1 1 4 6 3
Jobs
2 9 7 10 4
3 4 5 11 7
4 8 7 8 5
Sol : 32
Q2: Consider the following Transportation tableau where the cij values are the trans-
portation cost of traveling from source i to destination j. Find a initial basic feasible
solution to minimize the Total cost that will fulfill the supply requirements using North-
West Corner Method.
D1 D2 D3 D4 Supply
S1 5 2 4 3 60
S2 6 4 9 5 60
S3 2 5 8 1 90
Demand 50 65 65 30
Sol : 1045
Q4: Solve the above Transportation problem using Vogel’s Approximation Method.
Sol : 675
Q5: Consider the following Transportation tableau where the cij values are the trans-
portation cost of traveling from source i to destination j. Find the optimal solution
solution to minimize the Total cost that will fulfill the supply requirements.
D1 D2 D3 D4 Supply
S1 6 1 9 3 70
S2 11 5 2 8 55
S3 10 12 4 7 90
Demand 85 35 50 45
Sol : 1160
Q6: Consider the following Transportation tableau where the cij values are the trans-
portation cost of traveling from source i to destination j. Find the optimal solution
solution to minimize the Total cost that will fulfill the supply requirements.
D1 D2 D3 Supply
S1 10 2 20 15
S2 12 7 9 25
S3 4 14 16 10
Demand 15 25 10
Sol : 290
Q7: Consider the following Transportation tableau where the cij values are the trans-
portation cost of traveling from source i to destination j. Find the optimal solution
solution to minimize the Total cost that will fulfill the supply requirements.
D1 D2 D3 Supply
S1 6 4 5 20
S2 9 3 7 35
S3 2 12 4 15
Demand 10 40 15
Sol : 215
Q8: Consider the following Transportation tableau where the cij values are the trans-
portation cost of traveling from source i to destination j. Find the optimal solution to
maximize the Total return that will fulfill the supply requirements.
D1 D2 D3 D4 Supply
S1 11 15 13 14 40
S2 5 7 6 8 20
S3 4 9 10 15 15
Demand 25 20 10 20
Sol : 880
Page 2