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

A minor of a matroid. More...

#include <matroid.h>

Public Attributes

size_t numPivots
 
size_t * pivotRows
 
size_t * pivotColumns
 
CMR_SUBMATremainingSubmatrix
 

Detailed Description

A minor of a matroid.

Specified by a sequence of pivots and a submatrix.

Member Data Documentation

◆ numPivots

size_t CMR_MINOR::numPivots

Number of pivots to apply.

◆ pivotColumns

size_t* CMR_MINOR::pivotColumns

Array with pivot columns.

◆ pivotRows

size_t* CMR_MINOR::pivotRows

Array with pivot rows.

◆ remainingSubmatrix

CMR_SUBMAT* CMR_MINOR::remainingSubmatrix

Submatrix that one finally needs to look at.


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