Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
AddAction[support->EFSUPPORT, action->ACTION] =: EFSUPPORT AddAction[basis->EFBASIS, action->ACTION] =: EFSUPPORT |
AddAction adds the action action to support (or basis). If the action is already in the support, no change is made. A copy of the modified support is returned. It is an error if support (or basis) and action are not from the same extensive form game.
<<< Previous | Home | Next >>> |
ActionValue | Up | AddMove |