MoveToInfoset

Name

MoveToInfoset -- Places a node in an information set

Synopsis

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

Description

MoveToInfoset removes node from its current information set, and makes it a member of infoset. It is an error if the number of actions at node is not the same as the number of actions in infoset, or if node and infoset are from different extensive form games.

See also

MergeInfosets.