VrcAcademy
Read to Lead
  • VrcAcademy
  • HOME
  • TUTORIALS LIBRARY
  • CALCULATORS
  • Close

Assignment Problem

  • Feb 20, 2024
  • OPERATIONS-RESEARCH
Assignment Problem The assignment problem is a special case of transportation problem. Suppose there are $n$ jobs to be performed and $n$ persons are available for these jobs. Assume that each person can do each job at a time, though with varying degree of efficiency. Let $c_{ij}$ be the cost if the $i^{th}$ person is assigned the $j^{th}$ job. Then the problem is to find an assignment so that the total cost of performing all jobs is minimum.
3 min Read 2

Hungarian Method to solve Assignment Problem

  • Feb 20, 2024
  • OPERATIONS-RESEARCH
Hungarian Method to solve Assignment Problem For obtaining an optimal assignment, Hungarian method involves following steps : Step 1 Subtract the minimum of each row of the cost matrix,from all the elements of respective rows. Step 2 Subtract the minimum of each column of the modified cost matrix, from all the elements of respective columns. Step 3 Then draw the minimum number of horizontal and vertical line to cover all the zeros in the modified cost matrix.
2 min Read 1

Travelling Salesman Problem

  • Feb 20, 2024
  • OPERATIONS-RESEARCH
Travelling Salesman Problem Suppose a salesman wants to visit certain number of cities, say, $n$. Let $c_{ij}$ be the distance from city $i$ to city $j$. Then the problem of salesman is to select such a route that starts from his home city, passes through each city once and only once, and returns to his home city in the shortest possible distance. Such a problem is known as Travelling Salesman Problem.
2 min Read 1

© VrcAcademy - 2025About Us | Our Team | Privacy Policy | Terms of Use