RemoveAction

Name

RemoveAction -- Removes an action from a support

Synopsis

RemoveAction[support->EFSUPPORT, action->ACTION] =: EFSUPPORT 
RemoveAction[basis->EFBASIS, action->ACTION] =: EFBASIS 

Description

RemoveAction removes action from support (or basis). If action is not in support (or basis). there is no effect. A copy of the modified support is returned. It is an error if support (or basis) and action are not from the same extensive form game, or if removing action would result in the support containing no actions at an information set.

See also

AddAction, Support.