UnMarkSubgame

Name

UnMarkSubgame -- Removes a subgame from the list used by Nash equilibrium algorithms

Synopsis

UnMarkSubgame[node->NODE] =: NODE 

Description

UnMarkSubgame unmarks node as being the root of a subgame for use in later computation. If node is not marked as a subgame root, or if node is the root node, this function has no effect. Returns the node.

See also

MarkSubgame, MarkedSubgame, Subgames.