AddAction

Name

AddAction -- Adds an action to a support or basis

Synopsis

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

Description

AddAction adds the action action to support (or basis). If the action is already in the support, no change is made. 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.

See also

Basis, RemoveAction, Support.