![]() |
CMR
1.3.0
|
#include <tu.h>
Public Attributes | |
| CMR_TU_ALGORITHM | algorithm |
| Algorithm to use. | |
| CMR_SEYMOUR_PARAMS | seymour |
| Parameters for testing via Seymour decomposition. | |
| bool | ternary |
Whether to create a ternary Seymour decomposition tree (default: true). | |
| bool | camionFirst |
If ternary is false, then whether to run the Camion test first. | |
| bool | naiveSubmatrix |
Whether to use the naive submatrix search instead of a greedy algorithm (default: false). | |
| CMR_TU_ALGORITHM CMR_TU_PARAMS::algorithm |
Algorithm to use.
| bool CMR_TU_PARAMS::camionFirst |
If ternary is false, then whether to run the Camion test first.
| bool CMR_TU_PARAMS::naiveSubmatrix |
Whether to use the naive submatrix search instead of a greedy algorithm (default: false).
| CMR_SEYMOUR_PARAMS CMR_TU_PARAMS::seymour |
Parameters for testing via Seymour decomposition.
| bool CMR_TU_PARAMS::ternary |
Whether to create a ternary Seymour decomposition tree (default: true).