OR Project Part B
OR Project Part B
Let’s solve the assignment problem step by step using the Hungarian Assignment Method based
on the cost matrix provided.
❖ Cost Matrix:
For each row, subtract the smallest value in the row from all elements in that row:
For each column, subtract the smallest value in the column from all elements in that column:
1) Employee 1 → Project D
2) Employee 2 → Project A
3) Employee 3 → Project B
4) Employee 4 → Project C
1) Employee 1 → Project D: 11
2) Employee 2 → Project A: 13
3) Employee 3 → Project B: 16
4) Employee 4 → Project C: 19
❖ Final Solution:-
The optimal assignment is:
1) Employee 1 → Project D
2) Employee 2 → Project A
3) Employee 3 → Project B
4) Employee 4 → Project C
Minimized Total Cost = 59 (thousand rupees).