CMR
1.3.0
|
Statistics for Seymour decomposition algorithm. More...
#include <seymour.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 |
Statistics for Seymour decomposition algorithm.
uint32_t CMR_SEYMOUR_STATS::enumerationCandidatesCount |
Number of enumerated candidates for 3-separations.
uint32_t CMR_SEYMOUR_STATS::enumerationCount |
Number of calls to enumeration algorithm for candidate 3-separations.
double CMR_SEYMOUR_STATS::enumerationTime |
Time of enumeration of candidate 3-separations.
CMR_GRAPHIC_STATISTICS CMR_SEYMOUR_STATS::graphic |
Statistics for direct (co)graphic checks.
CMR_NETWORK_STATISTICS CMR_SEYMOUR_STATS::network |
Statistics for direct (co)network checks.
uint32_t CMR_SEYMOUR_STATS::sequenceExtensionCount |
Number of extensions of sequences of nested minors.
double CMR_SEYMOUR_STATS::sequenceExtensionTime |
Time of extensions of sequences of nested minors.
uint32_t CMR_SEYMOUR_STATS::sequenceGraphicCount |
Number (co)graphicness tests applied to sequence of nested minors.
double CMR_SEYMOUR_STATS::sequenceGraphicTime |
Time of (co)graphicness tests applied to sequence of nested minors.
CMR_SP_STATISTICS CMR_SEYMOUR_STATS::seriesParallel |
Statistics for series-parallel algorithm.
uint32_t CMR_SEYMOUR_STATS::totalCount |
Total number of invocations.
double CMR_SEYMOUR_STATS::totalTime |
Total time of all invocations.