The Linear Assignment Problem is a combinatorial optimization problem, where you want to find an optimial assignment between $n$ workers and $n$ tasks. Let ${w_1 ...
Add a description, image, and links to the linear-assignment-problem topic page so that developers can more easily learn about it.
Assignment problems lie at the heart of combinatorial optimisation, seeking the most efficient mapping of a set of agents to a set of tasks under cost or profit criteria. The classical linear ...