Gambit: Software Tools for Game Theory | ||
---|---|---|
<<< Previous | Next >>> |
EnumPureSolve[support->NFSUPPORT, {stopAfter->0}, {time<->0.000000}, {traceFile<->(Output)}, {traceLevel->0}] =: LIST(MIXED) EnumPureSolve[support->EFSUPPORT, {asNfg->False}, {stopAfter->0}, {precision->Float}, {time<->0.000000}, {traceFile<->(Output)}, {traceLevel->0}] =: LIST(BEHAV) |
Returns all pure strategy Nash equilibria of a game using the given support. The behavior of the algorithm may be modified by the following optional parameters:
asNfg: By default, this is False. If it is specified to be True, the extensive form game is solved by recursively converting its marked subgames into normal form, solving, and reconstructing the solution as a behavior profile.
stopAfter: By default, all equilibria are found. This parameter may be used to specify a maximum number of equilibria to be found.
<<< Previous | Home | Next >>> |
EnumMixedSolve | Up | Equal |