Stores statistics for a (solved) EPEC instance.
More...
#include <games.h>
Stores statistics for a (solved) EPEC instance.
Definition at line 451 of file games.h.
◆ AlgorithmParam
Initial value:Stores the configuration for the EPEC algorithm employed in the instance.
Definition at line 469 of file games.h.
◆ feasiblePolyhedra
std::vector<unsigned int> Game::EPECStatistics::feasiblePolyhedra |
Initial value:Vector containing the number of non-void polyhedra, indexed by leader (country)
Definition at line 464 of file games.h.
◆ lostIntermediateEq
int Game::EPECStatistics::lostIntermediateEq = {0} |
Numer of times innerApproximation cannot add polyhedra basing on deviations
Definition at line 459 of file games.h.
◆ numConstraints
int Game::EPECStatistics::numConstraints = {-1} |
Number of constraints in findNashEq model.
Definition at line 456 of file games.h.
◆ numericalIssuesEncountered
bool Game::EPECStatistics::numericalIssuesEncountered |
Initial value:True if there have been some numerical issues during the iteration of the innerApproximation
Definition at line 461 of file games.h.
◆ numIteration
int Game::EPECStatistics::numIteration = {-1} |
Number of iteration of the algorithm (not valid for fullEnumeration)
Definition at line 454 of file games.h.
◆ numNonZero
int Game::EPECStatistics::numNonZero = {-1} |
matrix of findNashEq model
Number of non-zero coefficients in the constraint
Definition at line 457 of file games.h.
◆ numVar
int Game::EPECStatistics::numVar = {-1} |
Number of variables in findNashEq model.
Definition at line 453 of file games.h.
◆ pureNE
bool Game::EPECStatistics::pureNE {false} |
True if the equilibrium is a pure NE.
Definition at line 468 of file games.h.
◆ status
◆ wallClockTime
double Game::EPECStatistics::wallClockTime = {0} |
The documentation for this struct was generated from the following file: