With the default arguments the internal gtree solver is used to find all pure strategy subgame perfect equilibria of the game.

game_solve_spe(game, mixed = FALSE, just.spe = TRUE, use.gambit = mixed |
  !just.spe, verbose = isTRUE(game$options$verbose >= 1),
  gambit.command = NULL, ...)

Arguments

game

the game object created with new_game

use.gambit

solve via Gambit. Changing mixed or just.spe or specifying a gambit.command has only impact if use.gambit=TRUE. See game_gambit_solve for details.

See also