Job Assignment Problem using Branch And Bound
Job Assignment Problem using Branch And Bound
Slide 1
Job Assignment Problem using Branch And
Bound
• Let there be N workers and N jobs.
• Any worker can be assigned to perform any job, incurring some cost
that may vary depending on the work-job assignment.
• It is required to perform all jobs by assigning exactly one worker to
each job and exactly one job to each agent in such a way that the
total cost of the assignment is minimized.
Slide 2
Job Assignment Problem using Branch And Bound
Slide 3
Initial lower bound
Slide 4
Consider person a
Slide 5
Level 0 and level 1 state space tree
Slide 6
Consider person b
Slide 7
Level 0,1 and Level 2 State Space Tree
Slide 8
Consider Person c
Slide 9
Level 0,1 , 2 and Level 3 State Space Tree
• Optimal solution
Slide 10