Enum ZEROStatus
Defined in File codes.h
Enum Documentation
-
enum class ZEROStatus
Set of Status in which the solution Status for a game.
Values:
-
enumerator NashEqNotFound
Instance proved to be infeasible.
-
enumerator NashEqFound
Solution found for the instance.
-
enumerator Solved
When no nash equilibrium is available, Solved replace NashEqFound.
-
enumerator NotSolved
When no nash equilibrium is available, NotSolved replaces NashEqNotFound.
-
enumerator TimeLimit
Time limit reached, nash equilibrium not found.
-
enumerator Numerical
Numerical issues.
-
enumerator Uninitialized
Not started to solve the problem.
-
enumerator NashEqNotFound