Assignment Problem
Assignment Problem
❖ Assignment Problem
Job Sites
Persons 1 2 3 4
A 1 4 6 3
B 9 7 10 3
C 4 5 11 7
D 8 7 8 5
B 2 0 3 2
C 0 1 7 3
D 3 2 3 0
B 2 0 0 2
C 0 1 4 3
D 3 2 0 0
Step-03:
Job Sites
Persons 1 2 3 4
A 0 2 1 1
B 3 0 0 2
C 0 0 3 2
D 4 2 0 0
The maximum value is equal to minimax value. So, this game has a saddle point. So, the value of the
game is 45. Here, the game has a saddle point at the cell corresponding to row 2 and column B. So, the
game is pure strategy.
❖ Mixed Strategy:
Consider the following payoff matrix with respect to player A and solve it optimally player B
Player B
B1 B2 Row minimum
A1 9 7 7 maximum
Player A A2 5 11 5
9 11
Column Maximum minimax
There is no saddle point. Mix-up the strategies in a random selection.
Player A (when player B’s strategy is B1):
If strategy A1 is selected with a probability P
therefore, strategy A2 is selected with a probability (1 – P)
So, player A’s expected gain = 9p+5(1 – p) -------- (i)
The two equations of expected gains are set equal and solved for P as given below:
9p+5(1 – p) = 7p+11 (1 – p)
Or, 9p+5 – 5p = 7p+11 – 11p
Or, 4p+5 = 11 – 4p
Or, 4p+4p = 11 – 5
Or, 8p = 6
P= 0.75
Therefore, (1 – p) = 0.25
So, player A would select strategy A1 with a probability of 0.75.
And strategy A2 with a probability of 0.25.
Player B (when player A’s strategy is A1):
B1 is selected with a probability q
B2 is selected with a probability (1 – q)
So, player B’s expected gain= 9q+7(1 – q) ----------- (i)
Player B (when player A’s strategy is A2):
B1 is selected with a probability q
B2 is selected with a probability (1 – q) -------- (ii)
So, player B’s expected gain = 5q+11 (1 – q) ------- (iii)
Two equation of expected gains are set equal and solved for q as given below: 9q+7(1 – q) = 5q+11
(1 – q)
Or, 9q+7 – 7q = 5q+11 – 11q
Or, 2q+6q = 11 – 7
Or, q = 0.5
Therefore, (1 – p) = 1 – 0.5 = 0.5
Player B would select strategy B1 with a probability of 0.5
B2 with a probability of 0.5
Value of the game is calculated by substituting the value of p or q in any of the equation of expected
value.