Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
InsertAction[infoset->INFOSET, at->ACTION] =: ACTION InsertAction[infoset->INFOSET] =: ACTION |
InsertAction inserts a new action into infoset before the action at. If at is not specified, the new action is appended to infoset's actions. The corresponding new branch is created for each node belonging to infoset. Returns the newly created action.
<<< Previous | Home | Next >>> |
Input | Up | InsertMove |