Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
65 views

Assignment Problem

The assignment problem involves assigning jobs to persons so that the time, cost, or profit is optimized. It requires checking if the problem is balanced, subtracting row and column minimums, finding initial zero assignments using the Hungarian method. The Hungarian method uses tick marks and minimum value subtraction to iteratively find a solution. There are different types like maximization, unbalanced matrices, alternative solutions, and restricted assignment that use similar techniques to transportation problems.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views

Assignment Problem

The assignment problem involves assigning jobs to persons so that the time, cost, or profit is optimized. It requires checking if the problem is balanced, subtracting row and column minimums, finding initial zero assignments using the Hungarian method. The Hungarian method uses tick marks and minimum value subtraction to iteratively find a solution. There are different types like maximization, unbalanced matrices, alternative solutions, and restricted assignment that use similar techniques to transportation problems.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 7

Assignment Problem

Module 3 Contd.

What is assignment problem?


Assignment problem relates to problem where the objective is to assign a no of jobs to an equal no of persons so that the time is minimum or the cost is minimum or profit is maximum

Model of a assignment problem


Jobs
I
A

II

III

Persons

8 13 21

19 17 3

7 11 18

Steps in solving assignment problem


Check whether given assignment problem is balanced Subtract the lowest element in each low from every element of that row Subtract the lowest element in each column from every element of that column Check for 0 assignment If all the rows have 0 assignment then the solution is reached or else proceed with Hungarian method

Hungarian method
Tick mark the rows which does not have 0 assignment Tick mark the columns which has a striked zero Check whether any assigned zero is there in that particular column If there is assigned zero then tick mark that corresponding row Again check is there is any striked zero in that particular row If there is striked zero then follow the same procedure again Once tick marking is completed strike of marked column and unmarked row Where there is a intersection striked lines add minimum value of the matrix If there is any values where lines have not covered then subtract minimum value of the matrix from that value Redo zero assignment

1+1 since value Is covered by both lines

Hungarian method
3-1 since Value is not covered By any lines and 1 being the min value in the matrix

Assigned zero

Striked zero

Types of Assignment problem


Maximisation problem Unbalanced problem or non square matrix
Note: In both the cases same methods to be adopted which is used in the transportation problem

Alternative solutions Restricted assignment

You might also like