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