Assignment problem: Difference between revisions

Content deleted Content added
"Spelling. This is a semi-automatic update (software suggests changes and user decides). It is likely this bot did not fix all spelling mistakes in this article."
clarified agent-task relationship
Line 3:
In its most general form, the problem is as follows:
 
:There are a number of ''agents'' and a number of ''tasks''. Any agent can be assigned to perform any task, incurring some ''cost'' that may vary depending on the agent-task assignment. It is required to perform all tasks by assigning exactly one agent to each task in such a way that the ''total cost'' of the assignment is minimized.
 
If the numbers of agents and tasks are equal and the total cost of the assignment for all tasks is equal to the sum of the costs for each agent (or the sum of the costs for each task, which is the same thing in this case), then the problem is called ''Linear assignment problem''. Commonly, when spoken of ''Assignment problem'' without any additional qualification, then the ''Linear assignment problem'' is meant.