Salick Academy

Assignment Models

No calculator

Original questions written at exam standard. Work each one before you open the solution.

Difficulty
Question 1 Foundation
What is the first step of the Hungarian algorithm?
Question 2 Foundation
Why does subtracting a constant from a row not change the optimal assignment?
Question 3 Standard
How many covering lines are needed before an optimal assignment can be read off a 4×44 \times 4 matrix?
Question 4 Standard
How is a maximisation problem converted for the Hungarian algorithm?
Question 5 Stretch
Six jobs are to be shared among four workers. How is the matrix made square?
Question 6 Stretch
The optimal assignment for (927643581)\begin{pmatrix} 9&2&7 \\ 6&4&3 \\ 5&8&1 \end{pmatrix} is W1J2W_1 \to J_2, W2J1W_2 \to J_1, W3J3W_3 \to J_3. Find the total cost.