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, ...)
game | the game object created with new_game |
---|---|
use.gambit | solve via Gambit. Changing |