AddNode

Name

AddNode -- Adds a node to a basis

Synopsis

AddNode[basis->EFBASIS, node->NODE] =: EFBASIS

Description

AddNode adds the node node to the basis basis. If node is already in basis, no change is made. A copy of the modified basis is returned. It is an error if basis and node are not from the same extensive form game.

See also

AddAction, Basis, RemoveNode, Support.