1
$\begingroup$

Given a set of workers $w_1,...,w_m$ and and a set of tasks $t_1,...,t_n$, and a $m\times n$ matrix $P$ s.t. $P(i,j)$ is the profit of assigning worker $i$ to task $j$. One worker can only be assigned to one task, and one task can only have one worker. We want to find the maximum profit of all possible assignments.

Does anyone knows an algorithm or approach that can efficiently solve this problem and help provide a name or reference? Thank you.

$\endgroup$
1

1 Answer 1

3
$\begingroup$

Your problem is known as the assignment problem.

$\endgroup$
2
  • $\begingroup$ This is barely an answer. Convert to comment? $\endgroup$ Commented Oct 17, 2016 at 23:39
  • $\begingroup$ I don't think so. It's a complete answer. $\endgroup$ Commented Oct 18, 2016 at 7:42

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.