|
| template<typename NameType > |
| void | tu::matroid_permute1 (matroid< NameType > &matroid, size_t index1, size_t index2) |
| |
| template<typename MatroidType , typename MatrixType > |
| void | tu::matroid_permute1 (MatroidType &matroid, MatrixType &matrix, size_t index1, size_t index2) |
| |
| template<typename NameType > |
| void | tu::matroid_permute2 (matroid< NameType > &matroid, size_t index1, size_t index2) |
| |
| template<typename MatroidType , typename MatrixType > |
| void | tu::matroid_permute2 (MatroidType &matroid, MatrixType &matrix, size_t index1, size_t index2) |
| |
| template<typename NameType > |
| void | tu::matroid_binary_pivot (matroid< NameType > &matroid, size_t i, size_t j) |
| |
| template<typename MatroidType , typename MatrixType > |
| void | tu::matroid_binary_pivot (MatroidType &matroid, MatrixType &matrix, size_t i, size_t j) |
| |
| template<typename MatroidType , typename MatrixType > |
| void | tu::matroid_print (const MatroidType &matroid, const MatrixType &matrix) |
| |
| template<typename MatroidType , typename MatrixType > |
| void | tu::matroid_print_minor (const MatroidType &matroid, const MatrixType &matrix, size_t height, size_t width) |
| |
| template<typename MatroidType > |
| std::set< int > | tu::matroid_elements (const MatroidType &matroid) |
| |