pygambit.gambit.Game.append_infoset#
- Game.append_infoset(node: Node | str, infoset: Infoset | str) None#
Add a move in information set infoset at the terminal node node.
- Raises:
UndefinedOperationError – If node is not a terminal node.
MismatchError – If node is a Node from a different game, or infoset is an Infoset from a different game.
