Subgames

Name

Subgames -- Returns the list of subgame roots in an extensive form game

Synopsis

Subgames[efg->EFG] =: LIST(NODE) 

Description

Subgames returns the list of nodes which are roots of subgames in efg. The ordering of the list is such that all children of a node are listed before the node.

See also

MarkSubgame, MarkedSubgame, UnMarkSubgame.