pygambit.nash.enumpure_solve#

pygambit.nash.enumpure_solve(game: Game) NashComputationResult#

Compute all pure-strategy Nash equilibria of game.

Changed in version 16.5.0:

use_strategic parameter removed. The old behavior in the case

of use_strategic=False is now available as enumpure_agent_solve.

Parameters:

game (Game) – The game to compute equilibria in.

Returns:

res – The result represented as a NashComputationResult object.

Return type:

NashComputationResult