Template Struct ZEROStatistics

Struct Documentation

template<typename DataObjectType>
struct ZEROStatistics

Statistics object for Algorithms.

Template Parameters

DataObjectType – The inheritor type

Public Functions

inline explicit ZEROStatistics(DataObjectType t)

Public Members

Attr<ZEROStatus> Status = ZEROStatus::Uninitialized
Attr<int> NumVar = {0}

Number of variables in the last solved model.

Attr<int> NumConstraints = {0}

Number of constraints in the last solved model.

Attr<int> NumIterations = {0}

Number of iteration of the Algorithm, if available.

Attr<int> NumNonZero = {-1}

Number of non-zero coefficients in the constraint matrix of the last model, if available.

Attr<bool> NumericalIssues = {false}

True if there have been some Numerical issues during any iteration leader (country)

Attr<double> WallClockTime = {0}

The time required to solve the problem.

Attr<bool> PureNashEquilibrium = {false}

True if the equilibrium is a pure NE.

DataObjectType AlgorithmData

Stores the configuration and results related to the specific algorithm.