This method returns a list of matroids on n elements of rank r, for small n (currently, n <= 9). This list is complete for isomorphism types of rank r matroids on n elements, i.e. every matroid on n elements of rank r is isomorphic to a unique matroid in this list.
This function will silently switch inputs so that the rank r is the smaller of the two inputs (i.e. allMatroids(3,6) and allMatroids(6,3) return the same output). If no rank r is provided, then all matroids on n elements are returned.
One can perform many verifications using this method:
|
|
|
|
|
|
The object allMatroids is a method function.