Go to the source code of this file.
|
template<typename MatroidType > |
matroid_transposed< MatroidType > | tu::make_transposed_matroid (MatroidType &matroid) |
|
template<typename MatroidType > |
void | tu::matroid_permute1 (matroid_transposed< MatroidType > &matroid, size_t index1, size_t index2) |
|
template<typename MatroidType > |
void | tu::matroid_permute2 (matroid_transposed< MatroidType > &matroid, size_t index1, size_t index2) |
|
template<typename MatroidType > |
void | tu::matroid_binary_pivot (matroid_transposed< MatroidType > &matroid, size_t i, size_t j) |
|