Here S An
Here S An
Here S An
1. Row Reduction
Definition: The first step in the Hungarian Method is row reduction,
which involves subtracting the smallest element from every element in
each row. This creates at least one zero in each row.
Process:
Process:
Process:
Purpose: This step creates more zeros in the matrix by adjusting the
remaining elements. The adjustment refines the matrix, helping to
bring it closer to an optimal state where assignments can be made.
Process:
o Worker 1 → Job 2
o Worker 2 → Job 1
o Worker 3 → Job 3
o Worker 4 → Job 4
The total minimized cost is obtained from the original cost matrix:
2+6+1+ 4=13
Summary
The Hungarian Method is an algorithm for solving the assignment problem by transforming the
cost matrix through row and column reductions, adjusting the matrix, and making assignments
based on the resulting zero-cost cells. The process ensures an optimal assignment with
minimized costs. It is efficient and widely used in operations research for handling resource
allocation problems.
Questions
1. Why is it necessary to adjust the matrix when fewer than n lines cover the zeros in the
Hungarian Method?
2. How does the Hungarian Method ensure that the solution to the assignment problem is
optimal?
References:
Quantitative Techniques in Management, 4th Edition by N.D. Vohra, Chapter
6【8:3†source】【8:5†source】【8:10†source】.