MergeInfosets

Name

MergeInfosets -- Combines two information sets

Synopsis

MergeInfosets[to->INFOSET, from->INFOSET] =: INFOSET

Description

MergeInfosets moves all the nodes from the information set from into to. It is an error if the number of actions is not the same at the two information sets, or if the information sets are not from the same extensive form game. The information set to is returned.

See also

MoveToInfoset.