Nodes

Name

Nodes -- Returns the nodes in a game or basis

Synopsis

Nodes[efg->EFG] =: LIST(NODE) 
Nodes[infoset->INFOSET*, basis->EFBASIS] =: LIST(NODE) 

Description

The first version of Nodes returns a list of nodes of the extensive form game efg. The list is in prefix traversal order; each node appears in the list prior to any of its descendants.

The second version of Nodes returns a list of nodes of the information set infoset in the basis.