Assignment Problem
Assignment Problem
(b) Column Scanning: - Start from the first column, ask the
following question, Is there exactly one zero in the column ? If
yes, If yes, Mark a square around that zero entry and draw a
horizontal line passing through that zero; otherwise skip that
column.
(ii) After scanning the last column, check whether all the zeros
are covered with the lines.
• Step5. Check whether the no. of square or lines is
equal to the order o f the matrix. If yes then this
is an optimal solution.
• If not then follow these steps: -
A) Identify the min value from uncovered cells.
B) Subtract the min value from all uncovered cells.
C) Add the min value at the intersection of the lines.
Now again we get new assignment. Go to step 4
and check whether the no. of square or min lines is
equal to the order o f the matrix. If yes then this is
an optimal solution.
Step 6: Calculate the Assignment, compare the
marked square with the initial assignment matrix
and add all the values.
Maximization in Assignment
• There are certain types of Assignment
problems where the objective function is to
be maximized instead of being minimized.
These problems can be solved by converting
the maximization problem into a minimization
problem
• Converting the profit matrix to an equivalent
loss matrix by subtracting all the profit values
from the highest value.
Game Theory
• Theory of game is a type of decision theory in which one
choice of action is determined after taking into account all
possible alternatives available to an opponent playing the
same game.
• Objective of Theory of Games: - Its objective is to work out
recommendations for the reasonable behaviour of the
conflict sides. The task of theory of games is to find optimal
strategies for the players.
• There are two types of strategies: -
• Pure Strategy: -If the player select the game strategy each
time, then it is referred to as pure strategy. In this strategy
each player knows exactly what the other player is going to
do.
• Mixed Strategy: - When the players use a combination of
strategies and each player always kept guessing as to which
course of action is to be selected by the other player at a
particular occasion with some fixed probability, then this
referred to as mixed strategy.
• Two Person Zero Sum game: - Zero Sum games with
two players are called two-person zero sum game. In
this case the loss (gain) of one player is exactly equal to
the gain (loss) of the other.
• There are different types of Method: -
Saddle Point: -Select min element in row and enclose It in
a rectangle. Select max element in column and enclose it
in a circle. Then the intersection element is known as
Saddle point. And the same is Value of game.
Minimax-Maximin Principle:-
Minimax: -Select minimum value in each row, among all
minimum value select max value.
Maximin: - Select maximum value in each column, among
all maximum value select minimum value.
Hence the common value in minimax and maximin is
known as Value of the game.
• Odds Method:- Provides an easy method for finding
optimal strategies for each player in a payoff matrix
of size 2*2, without saddle point.
• Step of this method are as follows: -
• Step 1: - Find the difference between the two values
in the first row and put it against the second row of
the matrix, neglecting the –ve sign (if any)
• Step 2: - Find the difference between the two
values in the second row and put it against the
first row of the matrix, neglecting the –ve sign
(if any).
• Step 3: - Repeat step 1 and 2 for two column
also.
The value obtained by swapping the difference
represent the optimal relative frequency of play
for both players strategies. These may be
converted to probabilities by dividing each of
them by their sum.
Graphical Method: - The graphical method is
useful for the game where the payoff matrix is
of the size 2*n or m*2. The game with mixed
strategies that has only two dominated pure
strategies for one of the player in two-person
Zero-sum game.