2 2 votes The optimal solution of the following assignment problem using Hungarian method is $\begin{array}{|l|l|l|l|} \hline \text{ } & \text{I} & \text{II} & \text{III} & \text{IV} \\\hline \text{A } & \text{8} & \text{26} & \text{17} & \text{11} \\\hline \text{B} & \text{13} & \text{28} & \text{4} & \text{26} \\\hline \text{C} & \text{38} & \text{19} & \text{18} & \text{15} \\\hline \text{D} & \text{19} & \text{26} & \text{24} & \text{10} \\\hline \end{array}$ $\text{(A)-(I), (B)-(II), (C)-(III), (D)-(IV)}$ $\text{(A)-(I), (B)-(III), (C)-(II), (D)-(IV)}$ $\text{(A)-(I), (B)-(III), (C)-(IV), (D)-(II)}$ $\text{(A)-(I), (B)-(IV), (C)-(II), (D)-(III)}$ IS&Software Engineering ugcnetcse-june2012-paper3 optimization assignment-problem + – go_editor 8.2k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 6 6 votes I II III IV A 8 26 17 11 B 13 28 4 26 C 38 19 18 15 D 19 26 24 10 Step 1:Identity the minimum element in each row and subtract it from every element of that row I II III Iv A 0 18 9 3 B 9 24 0 22 C 23 4 3 0 D 9 16 14 0 Step 2:Identity the minimum element in each column and subtract it from every element of that column I II III Iv A 0 14 9 3 B 9 20 0 22 C 23 0 3 0 D 9 12 14 0 Step 3:Cover all 0's with a minimum number of lines I II III Iv A 0 14 9 3 B 9 20 0 22 C 23 0 3 0 D 9 12 14 0 Step 4: (Optimal Assignment) There are 4 lines required.The 0's covers an optimal assignment. I II III Iv A 0 14 9 3 B 9 20 0 22 C 23 0 3 0 D 9 12 14 0 This corresponds to the following optimal assignment in original cost matrix I II III Iv A 8 26 17 11 B 13 28 4 26 C 38 19 18 15 D 39 26 24 10 The total cost of assignment=A(I) +B(III)+C(II)+D(Iv)=8+19+4+10=41 Hence,Option(B) A(I) B(III) C(II) D(Iv)is the correct choice here. References:http://www.universalteacherpublications.com/univ/ebooks/or/Ch6/hungar.htm http://www.math.harvard.edu/archive/20_spring_05/handouts/assignment_overheads.pdf http://www.hungarianalgorithm.com/solve.php (Online Calculator) LeenSharma answered Jul 7, 2016 • selected Jul 7, 2016 by shekhar chauhan LeenSharma comment Share Follow See all 3 Comments 3 3 Comments reply shekhar chauhan commented Jul 7, 2016 reply Follow flag Hi Leen tell me seriously how much time did you take to solve it .....Great efforts 1 1 replyShare LeenSharma commented Jul 7, 2016 reply Follow flag Hello shekhar chauhan this topic was new for me. first i read about it from different-2 sources.After i solved it on white paper then i made this content.I took almost half an hour on it. i think that was too much 1 1 replyShare Hira Thakur commented Oct 20, 2017 reply Follow flag this topic from which subject? 0 0 replyShare Please log in or register to add a comment.
2 2 votes ANS IS B Sanjay Sharma answered Jul 7, 2016 Sanjay Sharma comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes check by options shruti gupta1 answered Oct 16, 2018 shruti gupta1 comment Share Follow 0 reply Please log in or register to add a comment.