eliminate_strategy() eliminates a strategy from a normal-form game defined by normal_form().

eliminate_strategy(game, player, eliminated)

Arguments

game

A normal-form game object created by normal_form().

player

A player one of whose strategies will be eliminated.

eliminated

A strategy to be eliminated. Case sensitive.

Value

A normal-form game object with the specified strategies eliminated.

Details

This function eliminates a strategy from a normal-form game defined by norma_form(). For instance, you can remove a dominated strategy found by dom().

Author

Yoshio Kamijo and Yuki Yanai yanai.yuki@kochi-tech.ac.jp