DeleteMove

Name

DeleteMove -- Removes a move from an extensive form game

Synopsis

DeleteMove[node->NODE, keep->NODE] =: NODE 

Description

DeleteMove deletes node from its extensive form game. The subtree rooted in node keep, which must be a child of node, is kept, and keep takes the place of node in the tree. All other subtrees descending from node are deleted. The kept node keep is returned. It is an error if keep is not a child of node, or if keep and node are not from the same extensive form game.

See also

AddMove, DeleteTree, InsertMove.