Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
DeleteMove deletes node from its extensive form game. The subtree rooted in node keep, which must be a child of node, is kept, and keep takes the place of node in the tree. All other subtrees descending from node are deleted. The kept node keep is returned. It is an error if keep is not a child of node, or if keep and node are not from the same extensive form game.
<<< Previous | Home | Next >>> |
DeleteEmptyInfoset | Up | DeleteOutcome |