For example, suppose an accounts officer has 4 subordinates and 4 tasks. The subordinates differ in efficiency and take different time to perform each task. If one task is to be assigned to one person in such a way that the total person hours are minimised, the problem is called an assignment problem.
In applied mathematics, the maximum generalized assignment problem is a problem in combinatorial optimization. This problem is a generalization of the assignment problem in which both tasks and agents have a size. Moreover, the size of each task might vary from one agent to the other.
For example, suppose an accounts officer has 4 subordinates and 4 tasks. The subordinates differ in efficiency and take different time to perform each task. If one task is to be assigned to one person in such a way that the total person hours are minimised, the problem is called an assignment problem.
The assignment problem in the general form can be stated as follows: “Given n facilities, n jobs and the effectiveness of each facility for each job, the problem is to assign each facility to one and only one job in such a way that the measure of effectiveness is optimised (Maximised or Minimised).”
The assignment problem consists of finding, in a weighted bipartite graph, a matching of a given size, in which the sum of weights of the edges is minimum. If the numbers of agents and tasks are equal, then the problem is called balanced assignment. Otherwise, it is called unbalanced assignment.
For example, if A contracts with B to teach B guitar for $50, A can assign this contract to C. That is, this assignment is both: (1) an assignment of A's rights under the contract to the $50; and (2) a delegation of A's duty to teach guitar to C.
What are Assignment Models? Assignment models are used to estimate the traffic flows on a network. Traffic Assignment Models estimate the flow on a street or highway network using an input matrix of flows that indicate the volume of traffic between origin and destination (O-D) pairs.
Balanced Assignment Problem is an assignment problem where the number of facilities is equal to the number of jobs. Unbalanced Assignment Problem: Unbalanced Assignment problem is an assignment problem where the number of facilities is not equal to the number of jobs.