CMR  1.3.0
Public Attributes | List of all members
CMR_REGULAR_STATISTICS Struct Reference

Statistics for regular matroid recognition algorithm. More...

#include <regular.h>

Public Attributes

uint32_t totalCount
 
double totalTime
 
CMR_SP_STATISTICS seriesParallel
 
CMR_GRAPHIC_STATISTICS graphic
 
CMR_NETWORK_STATISTICS network
 
uint32_t sequenceExtensionCount
 
double sequenceExtensionTime
 
uint32_t sequenceGraphicCount
 
double sequenceGraphicTime
 
uint32_t enumerationCount
 
double enumerationTime
 
uint32_t enumerationCandidatesCount
 

Detailed Description

Statistics for regular matroid recognition algorithm.

Member Data Documentation

◆ enumerationCandidatesCount

uint32_t CMR_REGULAR_STATISTICS::enumerationCandidatesCount

Number of enumerated candidates for 3-separations.

◆ enumerationCount

uint32_t CMR_REGULAR_STATISTICS::enumerationCount

Number of calls to enumeration algorithm for candidate 3-separations.

◆ enumerationTime

double CMR_REGULAR_STATISTICS::enumerationTime

Time of enumeration of candidate 3-separations.

◆ graphic

CMR_GRAPHIC_STATISTICS CMR_REGULAR_STATISTICS::graphic

Statistics for direct (co)graphic checks.

◆ network

CMR_NETWORK_STATISTICS CMR_REGULAR_STATISTICS::network

Statistics for direct (co)network checks.

◆ sequenceExtensionCount

uint32_t CMR_REGULAR_STATISTICS::sequenceExtensionCount

Number of extensions of sequences of nested minors.

◆ sequenceExtensionTime

double CMR_REGULAR_STATISTICS::sequenceExtensionTime

Time of extensions of sequences of nested minors.

◆ sequenceGraphicCount

uint32_t CMR_REGULAR_STATISTICS::sequenceGraphicCount

Number (co)graphicness tests applied to sequence of nested minors.

◆ sequenceGraphicTime

double CMR_REGULAR_STATISTICS::sequenceGraphicTime

Time of (co)graphicness tests applied to sequence of nested minors.

◆ seriesParallel

CMR_SP_STATISTICS CMR_REGULAR_STATISTICS::seriesParallel

Statistics for series-parallel algorithm.

◆ totalCount

uint32_t CMR_REGULAR_STATISTICS::totalCount

Total number of invocations.

◆ totalTime

double CMR_REGULAR_STATISTICS::totalTime

Total time of all invocations.


The documentation for this struct was generated from the following file: