Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.Game.leave_infoset#

Game.leave_infoset(node: Node | str)#

Remove this node from its information set. If this node is the only node in its information set, this operation has no effect.

Parameters:

node (Node or str) – The node to move to a new singleton information set.