IsPerfect

Name

IsPerfect -- Returns whether a profile is a perfect equilibrium

Synopsis

IsPerfect[profile->MIXED] =: BOOLEAN 

Description

IsPerfect returns True if profile is known by Gambit to be a perfect Nash equilibrium, False if it is known to not be perfect, and Unknown otherwise. There is currently no definitive test in Gambit for whether an arbitrary profile is perfect. However some of the algorithms (notably LcpSolve) will only return perfect equilibria, which are marked as such.