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

#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...
 

Member Data Documentation

◆ completeTree

bool CMR_REGULAR_PARAMETERS::completeTree

Whether to compute a complete decomposition tree (even if already non-regular; default: false.

◆ directGraphicness

bool CMR_REGULAR_PARAMETERS::directGraphicness

Whether to use fast graphicness routines; default: true.

◆ graphs

CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::graphs

Which (co)graphs to construct; default: CMR_DEC_CONSTRUCT_NONE.

◆ matrices

CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::matrices

Which matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE.

◆ planarityCheck

bool CMR_REGULAR_PARAMETERS::planarityCheck

Whether minors identified as graphic should still be checked for cographicness; default: false.

◆ seriesParallel

bool CMR_REGULAR_PARAMETERS::seriesParallel

Whether to allow series-parallel operations in the decomposition tree; default: true.

◆ transposes

CMR_DEC_CONSTRUCT CMR_REGULAR_PARAMETERS::transposes

Which transposed matrices of the decomposition to construct; default: CMR_DEC_CONSTRUCT_NONE.


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