Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
DeleteOutcome[outcome->EFOUTCOME] =: LIST(NODE) DeleteOutcome[outcome->NFOUTCOME] =: BOOLEAN |
DeleteOutcome removes outcome from its game. All nodes (for extensive forms) or contingencies (for normal forms) with the specified outcome attached are reset to having no outcome attached. The extensive form version returns the list of nodes to which the outcome was attached; the normal form version returns True.
<<< Previous | Home | Next >>> |
DeleteMove | Up | DeleteTree |