isomorphism(M, N)
This method computes a single isomorphism between M and N, if one exists, and returns null if no such isomorphism exists.
The output is a HashTable, where the keys are elements of the groundSet of M, and their corresponding values are elements of (the ground set of) N.
To obtain all isomorphisms between two matroids, use getIsos.
|
|
|
|
|
|
|
|
The source of this document is in Matroids/doc-Matroids.m2:2396:0.