Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.Node.next_sibling#

Node.next_sibling#

The node which is immediately after this one in its parent’s children.

If this is the root node or the last child of its parent, None is returned.