CMR
1.3.0
|
A minor of a matroid. More...
#include <matroid.h>
Public Attributes | |
size_t | numPivots |
size_t * | pivotRows |
size_t * | pivotColumns |
CMR_SUBMAT * | remainingSubmatrix |
CMR_MINOR_TYPE | type |
A minor of a matroid.
Specified by a sequence of pivots and a submatrix.
size_t CMR_MINOR::numPivots |
Number of pivots to apply.
size_t* CMR_MINOR::pivotColumns |
Array with pivot columns.
size_t* CMR_MINOR::pivotRows |
Array with pivot rows.
CMR_SUBMAT* CMR_MINOR::remainingSubmatrix |
Submatrix that one finally needs to look at.
CMR_MINOR_TYPE CMR_MINOR::type |
Type of minor.