![]() |
CMR
1.3.0
|
#include <regular.h>
Public Attributes | |
bool | directGraphicness |
Whether to use fast graphicness routines; default: true . More... | |
bool | seriesParallel |
Whether to allow series-parallel operations in the decomposition tree; default: true . More... | |
bool | planarityCheck |
Whether minors identified as graphic should still be checked for cographicness; default: false . More... | |
bool | completeTree |
Whether to compute a complete decomposition tree (even if already non-regular; default: false . More... | |
CMR_DEC_CONSTRUCT | matrices |
Which matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE. More... | |
CMR_DEC_CONSTRUCT | transposes |
Which transposed matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE. More... | |
CMR_DEC_CONSTRUCT | graphs |
Which (co)graphs to construct; default: CMR_DEC_CONSTRUCT_NONE. More... | |
bool CMR_REGULAR_PARAMETERS::completeTree |
Whether to compute a complete decomposition tree (even if already non-regular; default: false
.
bool CMR_REGULAR_PARAMETERS::directGraphicness |
Whether to use fast graphicness routines; default: true
.
CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::graphs |
Which (co)graphs to construct; default: CMR_DEC_CONSTRUCT_NONE.
CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::matrices |
Which matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE.
bool CMR_REGULAR_PARAMETERS::planarityCheck |
Whether minors identified as graphic should still be checked for cographicness; default: false
.
bool CMR_REGULAR_PARAMETERS::seriesParallel |
Whether to allow series-parallel operations in the decomposition tree; default: true
.
CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::transposes |
Which transposed matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE.