MarkSubgame

Name

MarkSubgame -- Marks a subgame root

Synopsis

MarkSubgame[node->NODE] =: BOOLEAN 

Description

MarkSubgame marks node as being the root of a subgame for use in later computation. Only nodes which are roots of subgames may be marked. Returns True if node was marked as a subgame (i.e., if it is the root of a subgame).

See also

MarkedSubgame, Subgames, UnMarkSubgame.