Game

Name

Game -- Returns the game to which an object belongs

Synopsis

Game[player->NFPLAYER] =: NFG 
Game[strategy->STRATEGY] =: NFG 
Game[outcome->NFOUTCOME] =: NFG 
Game[player->EFPLAYER] =: EFG 
Game[node->NODE] =: EFG 
Game[outcome->EFOUTCOME] =: EFG 
Game[infoset->INFOSET] =: EFG 
Game[profile->MIXED] =: NFG 
Game[profile->BEHAV] =: EFG 
Game[support->NFSUPPORT] =: NFG 
Game[support->EFSUPPORT] =: EFG 
Game[support->EFBASIS] =: EFG 

Description

Game returns the extensive or normal form game to which the parameter belongs.