IDSDS: Iterated Deletion of Strictly Dominated Strategies algorithm
Description
This function applies the IDSDS algorithm to result in the equilibrium strategies based on the rationaility of the players. The input parameters are equal dimensional payoff matrices for the first and the second players.
Usage
IDSDS(P1, P2)
Arguments
P1
Payoff matrix to Alice
P2
Payoff matrix to Bob
Value
A list consisting of the equilibrium strategies based on the rationality of the players by application of the IDSDS algorithm on P1 and P2.