InsertAction

Name

InsertAction -- Inserts an action at an information set

Synopsis

InsertAction[infoset->INFOSET, at->ACTION] =: ACTION 
InsertAction[infoset->INFOSET] =: ACTION 

Description

InsertAction inserts a new action into infoset before the action at. If at is not specified, the new action is appended to infoset's actions. The corresponding new branch is created for each node belonging to infoset. Returns the newly created action.

See also

Actions, DeleteAction.