NewOutcome

Name

NewOutcome -- Creates a new outcome in a game

Synopsis

NewOutcome[efg->EFG] =: EFOUTCOME 
NewOutcome[nfg->NFG] =: NFOUTCOME 

Description

NewOutcome defines a new outcome in the extensive form game efg or normal form game nfg. The new outcome specifies payoffs of zero for all players. Returns the newly created outcome.

See also

DeleteOutcome, Outcomes, SetOutcome.