EnumMixedSolve

Name

EnumMixedSolve -- Computes Nash equilibria via mixed strategy enumeration

Synopsis

EnumMixedSolve[support->NFSUPPORT, {stopAfter->0}, 
               {precision->Float}, {nPivots<->0}, 
               {time<->0.000000}, {traceFile<->(Output)}, 
               {traceLevel->0}, {cliques->False}] =: LIST(MIXED) 
EnumMixedSolve[support->EFSUPPORT, {asNfg->False}, 
               {stopAfter->0}, {precision->Float}, 
               {nPivots<->0}, {time<->0.000000}, 
               {traceFile<->(Output)}, {traceLevel->0},
               {cliques->False}] =: LIST(BEHAV) 

Description

EnumMixedSolve returns the extreme points of the set of all Nash equilibria (pure or mixed) for a two person game using support.

The following optional parameters may be used to modify the behavior of the algorithm:

See also

LcpSolve.