pygambit.gambit.BehaviorSupportProfile#

class pygambit.gambit.BehaviorSupportProfile#

A set-like object representing a subset of the actions in an extensive game. A BehaviorSupportProfile always contains at least one action for each information set belonging to a personal player in the game.

Methods

copy()

Creates a copy of the support profile.

is_infoset_reachable(infoset)

Returns whether infoset can be reached under this support, i.e. whether there is some path of play consistent with the support that reaches it.

Attributes

game

The Game on which the support profile is defined.