pygambit.nash.EnumMixedResult#
- class pygambit.nash.EnumMixedResult(*, game: Game, rational: bool, use_strategic: bool, equilibria: list[MixedStrategyProfile], success: bool, lrsnash_path: Path | str | None = None, cliques: list[list[MixedStrategyProfile]] | None = None)#
The result of enummixed_solve.
- equilibria#
The extreme equilibria found.
- Type:
MixedStrategyEquilibriumSet
- success#
Always True; enumeration always completes.
- Type:
bool
- lrsnash_path#
Set if lrsnash was used to solve the systems of equations.
- Type:
pathlib.Path or str, optional
- cliques#
Set if cliques=True was requested: the sets of extreme equilibria which are connected to one another.
- Type:
list of MixedStrategyEquilibriumSet, optional
Methods
Attributes
