RemoveStrategy

Name

RemoveStrategy -- Removes a strategy from a support

Synopsis

RemoveStrategy[support->NFSUPPORT, strategy->STRATEGY] =: NFSUPPORT 

Description

RemoveStrategy removes strategy from support. If strategy is not in the support, there is no effect. A copy of the modified support is returned. It is an error if support and strategy are not from the same normal form game, or if removing strategy would result in the support containing no strategies for a player.

See also

AddStrategy, Support.