Expand description
Matroid representability over GF(2), GF(3), and GF(q).
Checks whether a matroid can be represented as the column matroid of a matrix over a finite field. Provides excluded minor characterizations, exhaustive search for small matroids, and standard named matroids (Fano, dual Fano).
Enums§
- Representability
Result - Result of a representability check.
Functions§
- column_
matroid - Given a GF(2) matrix, extract its column matroid.
- dual_
fano_ matroid - The dual Fano matroid F_7*.
- fano_
matroid - The Fano matroid F_7 (matroid of the Fano plane PG(2,2)).
- has_
minor - Check if a matroid has another matroid as a minor.
- is_
binary - Check if a matroid is representable over GF(2).
- is_
regular - Check if a matroid is regular (representable over every field).
- is_
representable_ over_ gfq - Check if a matroid is representable over GF(q) for prime q.
- is_
ternary - Check if a matroid is representable over GF(3).
- standard_
representation - Extract the GF(2) representation matrix in standard form [I_k | A].