pygambit.nash.LcpBehaviorResult#

class pygambit.nash.LcpBehaviorResult(*, game: Game, rational: bool, use_strategic: bool, equilibrium: MixedBehaviorProfile | None, success: bool)#

The result of lcp_solve when solving on the extensive representation.

equilibrium#

The equilibrium found. Lemke’s algorithm on the extensive form always finds exactly one equilibrium, so this is never None.

Type:

MixedBehaviorProfile, optional

success#

Always True.

Type:

bool

Methods

Attributes