InsertMove

Name

InsertMove -- Inserts a node in an extensive form

Synopsis

InsertMove[infoset->INFOSET, node->NODE] =: NODE 

Description

InsertMove inserts a new node in the tree at the location of node. The new node is made a member of infoset, and the corresponding number of branches are created from the new node. The node node becomes the first child of the new node. Returns the new node.

See also

AddMove, DeleteMove, NewInfoset.