Assignment problem: Difference between revisions

Content deleted Content added
Fvr49 (talk | contribs)
m Grammatical Error
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 1:
{{Short description|Combinatorial optimization problem}}
The '''assignment problem''' is a fundamental [[combinatorial optimization]] problem. In its most general form, the problem is as follows:
:The problem instance has 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 as many tasks as possible by assigning at most one agent to each task and at most one task to each agent, in such a way that the ''total cost'' of the assignment is to be
minimized.
 
Alternatively, describing the problem using graph theory: