pygambit.gambit.Game.subgames#

Game.subgames#

The set of subgames in the game.

Iteration over this property yields the subgames in postorder (children before parents).

Added in version 16.7.0.

Raises:

UndefinedOperationError – If the game does not have a tree representation.