pub fn is_binary(matroid: &Matroid) -> RepresentabilityResultExpand description
Check if a matroid is representable over GF(2).
For small matroids (k*(n-k) ≤ 24), performs exhaustive search. Otherwise checks for U_{2,4} minor first.
pub fn is_binary(matroid: &Matroid) -> RepresentabilityResultCheck if a matroid is representable over GF(2).
For small matroids (k*(n-k) ≤ 24), performs exhaustive search. Otherwise checks for U_{2,4} minor first.