MoveTree

Name

MoveTree -- Moves an entire subtree in an extensive form game

Synopsis

MoveTree[from->NODE, to->NODE] =: NODE 

Description

MoveTree moves the subtree rooted at from to the terminal node to. The node from becomes a terminal node. Returns to. It is an error if to is not a terminal node, or if from and to are not from the same extensive form game.

See also

CopyTree.