Assignment Problem
Assignment Problem
Introduction
Assignment problem is a particular class of transportation
linear programming problems
Supplies and demands will be integers (often 1)
Traveling salesman problem is a special type of
assignment problem
Let us know about structure and formulate a basic
assignment problem
We will demonstrate the formulation and solution with a
numerical example
Structure of Assignment Problem
x
i 1
ij 1
for j = 1, 2, …..n
n
x
j 1
ij 1 for i = 1, 2, …..m
1 2 3 4
A 10 12 19 11
B 5 10 7 8
C 12 14 13 11
D 8 15 11 9
2 6 11 5 10
3 3 8 7 9