\includegraphics{figure_1}
\includegraphics{figure_2}
Six workers, Annie, Emma, Hannah, Jerry, Louis and Morand, are to be assigned to five tasks, 1,2,3,4 and 5.
For safety reasons, task 1 must be done by two people working together.
A bipartite graph showing the possible allocations of the workers is given in Figure 1 and an initial matching is given in Figure 2.
The maximum matching algorithm will be used to obtain a complete matching.
- Although there are five tasks, six vertices have been created on the right hand side of each bipartite graph. Explain why this is necessary when applying this algorithm. [2]
- Find an alternating path and the complete matching it gives. [3]
Hannah is now unable to do task 5 due to health reasons.
- Explain why a complete matching is no longer possible. [2]
(Total 7 marks)