SetPayoff

Name

SetPayoff -- Sets the payoff to a player of an outcome

Synopsis

SetPayoff[outcome->EFOUTCOME, player->EFPLAYER,
          payoff->NUMBER] =: EFOUTCOME 
SetPayoff[outcome->NFOUTCOME, player->NFPLAYER, 
          payoff->NUMBER] =: NFOUTCOME 

Description

SetPayoff sets the payoff of outcome for player to payoff. It is an error if outcome and player are not from the same game. Returns outcome.

See also

Payoff.