Support

Name

Support -- Returns the support of a game or profile

Synopsis

Support[efg->EFG] =: EFSUPPORT 
Support[nfg->NFG] =: NFSUPPORT 
Support[profile->BEHAV] =: EFSUPPORT 
Support[profile->MIXED] =: NFSUPPORT 

Description

The first two versions of Support return the support of the game efg or nfg, containing all actions or strategies, respectively, in the game.

The third and fourth versions of Support return the support on which profile is defined.

See also

AddAction, AddStrategy, Behav, Mixed, RemoveAction, RemoveStrategy.