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

#include <tu.h>

Public Attributes

CMR_TU_ALGORITHM algorithm
 Algorithm to use. More...
 
CMR_SEYMOUR_PARAMS seymour
 Parameters for testing via Seymour decomposition. More...
 
bool ternary
 Whether to create a ternary Seymour decomposition tree (default: true). More...
 
bool camionFirst
 If ternary is false, then whether to run the Camion test first. More...
 
bool naiveSubmatrix
 Whether to use the naive submatrix search instead of a greedy algorithm (default: false). More...
 

Member Data Documentation

◆ algorithm

CMR_TU_ALGORITHM CMR_TU_PARAMS::algorithm

Algorithm to use.

◆ camionFirst

bool CMR_TU_PARAMS::camionFirst

If ternary is false, then whether to run the Camion test first.

◆ naiveSubmatrix

bool CMR_TU_PARAMS::naiveSubmatrix

Whether to use the naive submatrix search instead of a greedy algorithm (default: false).

◆ seymour

CMR_SEYMOUR_PARAMS CMR_TU_PARAMS::seymour

Parameters for testing via Seymour decomposition.

◆ ternary

bool CMR_TU_PARAMS::ternary

Whether to create a ternary Seymour decomposition tree (default: true).


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