Template Struct ZEROStatistics
Defined in File codes.h
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> 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)
-
DataObjectType AlgorithmData
Stores the configuration and results related to the specific algorithm.