1 Regular matroid
Theorem1Seymour decomposition [1]
Every regular matroid may be constructed by combining graphic matroids,
cographic matroids, and a certain ten-element regular matroid that is
neither graphic nor cographic, using 3 binary operations:
This decomposition can be found in polynomial time. One can decide if a
matroid \(M\) can be decomposed into
\(M_1\) and \(M_2\) using 1/2/3-sum in polynomial time.
See https://www.emis.de/monographs/md/index.html.
Theorem 1 leads to a
natural algorithm for computing the girth in regular matroids. The
decomposition of regular matroids gives us a binary tree, where each
node is a regular matroid and each leaf is either (co)graphic or a
special 10 element regular matroid. Every non-leaf node in the
decomposition tree represents a regular matroid \(M\) which is 1/2/3-sum of its two direct
decendents \(M_1\) and \(M_2\). Let \(A
\oplus_i B\) be the \(i\)-sum of
\(A\) and \(B\) for \(i\in
[3]\). Now there are only 3 cases:
- 1-sum is direct sum of two matroids
- 2-sum is patching two matroid on 1 common element
- 3-sum is patching two matroids on 3 common elements forming a 3-circuit in each matroid.
- \(M=M_1\oplus_1 M_2\). Direct sum does not create new circuit. \(\mathop{\mathrm{girth}}(M)=\min \set{\mathop{\mathrm{girth}}(M_1),\mathop{\mathrm{girth}}(M_2)}\).
-
\(M=M_1\oplus_2 M_2\). Let \(e\) be the common element of \(E(M_1)\) and \(E(M_2)\). In this case there may be new
circuits. However, any circuit of \(M\)
which is not a circuit of \(M_1\) and
\(M_2\) must be contained in \(C_1\cup C_2\setminus \set{e}\), where \(C_i\) is a circuit in \(M_i\) containing \(e\). Thus to find the minimum weighted new
circuit we can compute the minimum circuit in \(M_1\) containing \(e\) (say \(C_1^*\)) and replace the weight \(w(e)\) in \(M_2\) with \(w(C_1^*)-w(e)\) and then find the minimum
weight circuit in \(M_2\) containing
\(e\). The girth of \(M\) is the minimum among \(\mathop{\mathrm{girth}}(M_1)\), \(\mathop{\mathrm{girth}}(M_2)\) and \(\min\set{w(C): \text{$C$ is new
circuit}}\).
We need to prove that all these operations can be done in polynomial
time.
For the 2/3-sum case we need to find in at least one of the summands the
minimum circuit that contains a common element \(e\). However, finding such a minimum
circuit is regular matroids is not known to be polynomially solvable. To
understand what’s happening here we need to look into
Seymour’s proofI realized that one doesn’t need to understand Seymour’s 55-page paper to see why the desired operations can be done in polynomial time…the decomposition tree. Instead of considering our binary decomposition tree, we now construct a new graph \(G\) where each vertex represents a graphic matroid, cographic matroid or \(R_{10}\) and there is an edge between two vertices if the corresponding matroids are patched using 1/2/3-sum. We claim that there is no cycle in the graph. The graph is connected. Assume that there is a cycle and let \(M_1,M_2\) be two matroids whose corresponding vertices are in the cycle. Consider the LCA \(M\) of \(M_1\) and \(M_2\) in the binary tree. \(M\) represents a connected subgraph \(H\subset G\) that contains \(M_1\) and \(M_2\) but not the entire cycle since otherwise there will be 2 1/2/3-sum operation between two regular matroids. However, \(M_1\) and \(M_2\) are still connected in \(G-E[H]\) since \(M_1\) and \(M_2\) are in the same cycle, which contradicts the uniqueness of the LCA. Thus \(G\) is a tree and we can always assume that one of the matroids in the summands is graphic matroid, cographic matroid or \(R_{10}\). Finding the minimum circuit containing a fixed element can be done in those matroids in polynomial time and there exists a algorithm that computes the tree in cubic time [2].
The proof of Theorem 1 has 3 parts:- There is a special 10-element regular matroid \(R_{10}\) such that any regular matroid can be obtained by 1/2-sums from regular matroids without \(R_{10}\) minor and copies of \(R_{10}\). (Now we can assume that we are working with regular matroids which have no \(R_{10}\) minor and are not separable via 1/2-sum.)
- There is another 12-element regular matroid \(R_{12}\) such that any regular matroid can be obtained by 1/2/3-sums from matroids without \(R_{12}\) minor. (Now we are working with regular matroids that are not separable via 1/2/3-sum and have no \(R_{10}\) or \(R_{12}\) minors.)
- Every 3-connected regular matroid which is neither graphic nor cographic has an \(R_{10}\) or \(R_{12}\) minor. Let \(M\) be a matroid. \(M\) is 3-connected iff \(M\) is not expressible as a 1- or 2-sum. (cf.[1] 2.10(b)) It follows that the remaining regular matroids are graphic or cographic.
- \(M=M_1\oplus_3 M_2\). Similar to the 2-sum case. There are only 3 common elements. We can enumerate all circuits of \(M_1\) which contain one of the common elements.
2 Proper minor-closed class of binary matroids
The most important problem in this field is the following.
Conjecture2Geelen, Gerards, and Whittle
[3]
For any proper minor-closed class \(\mathcal
M\) of binary matroids, there is a polynomial-time algorithm for
computing the girth of matroids in \(\mathcal
M\).
Similar to Seymour’s decomposition for regular matroids, every proper
minor-closed class of binary matroid admits a “decomposition” into
graphic matroids and some binary matroids.
Theorem3[3]
For each proper minor-closed class \(\mathcal
M\) of binary matroids, there exist integers \(k,t\geq 0\) such that for each vertically
\(k\)-connected matroid \(M\in \mathcal M\), there exist matrices
\(A,P\in \F_2^{r\times n}\) such that
\(A\) is the incidence matrix of a
graph, \(r(P)\leq t\) and either \(M=M(A+P)\) or \(M^*=M(A+P)\).
The matroids \(M(A+P)\) in Theorem 3 are called
perturbed graphic matroids. Note that we can consider \(k\) and \(t\) in Theorem 3 as constants since for each minor-closed
class they are fixed.
Using Theorem 3, Conjecture 2 is true if one
can prove the followings:
- there is a polynomial-time alg that finds the girth of \(M(A+P)\);
- One can reduce the problem of computing the girth of members of \(\mathcal M\) to that of computing the girth of vertically \(k\)-connected members of \(\mathcal M\).
3 Perturbed graphic matroids
Jim Geelen and Rohan Kapadia [4] showed that the (co)girth can be computed in randomized polynomial time for a subclass of binary matroids called perturbed graphic matroids. They made a reduction from the (co)girth problem of perturbed graphic matroids to graph cuts and matchings using \((s,t)\)-signed-grafts. IMO the reduction is quite tricky. Let \(s\) and \(t\) be two non-negative integers. An \((s,t)\)-signed-graft is a tuple \((G,S,T,B,C,D)\) such that:- \(G\) is a graph,
- \(S\) is an \(s\)-element set disjoint from \(V(G)\),
- \(T\) is a \(t\)-element set disjoint from \(E(G)\),
- \(B,C,D\) are 0-1 matrices.
Lemma4[4,Lemma 4.1]
Let \(G\) be a graph and let \(P\in \F_2^{V(G)\times E(G)}\) be a
rank-\(t\) matrix. Then there is a
\((t,t)\)-signed-graft \((G,S,T,B,C,D)\) such that \[M(A(G)+P)=M(G,S,T,B,C,D)/T.\]
The proof is taking \(B,C\) as a rank
decomposition of \(P\) and applying
some row operations.
Recall that Theorem 3 says
that each vertically \(k\)-connected
matroid \(M\) in a proper minor-closed
class of binary matroids is either \(M(A+P)\) or \(M(A+P)^*\). One has to consider the girth
and cogirth problem separately.
3.1 Reductions
Lemma5the cogirth part. [4,Lemma
4.2]
Let \((G,S,T,B,C,D)\) be an \((s,t)\)-signed-graft and \(S'\) be a one-element set disjoint from
\(V(G)\). The cogirth of \(M(G,S,T,B,C,D)/T\) is the mimimum of the
cogirths of matroids \(M(G,S',T,B,yC,yD)/T\) taken over all
\(y\in \F_2^{S'\times S}\).
Proof
To see this lemma, I suggest considering the flats instead of cocycles.
- Each flat in \(M=M(G,S',T,B,yC,yD)\) is also a flat \(M'=M(G,S,T,B,C,D)\). Let \(F'\) be a flat of \(M'\) and \(F\) be the corresponding set in \(M\). If there is an element \(e\) of \(M\setminus F\) such that \(e\) is linearly representable by vectors in \(F\). Then \(e\) is also representable by vectors in \(F'\) by linearality of the multiplication.
- For each hyperplane \(H\) in \(M\), there is a \(y\in \F_2^{S'\times S}\) such that \(F'\) is a flat of \(M'\). Note that this only works for cocircuits (hyperplanes) but not cocycles (flats). We can assume that the \(A(G),B\) part is empty. Let the first \(k\) columns be the hyperplane \(H\). Then the matrix is \[ M=\begin{pmatrix} H & U \end{pmatrix}. \] We want to show that there is a \(y\in \F_2^s\) such that \(H^T y=\mathbf{0}\) and \(U^T y=\mathbf{1}.\) Let \(B\) be a base in this linear matroid. Apply row operations to make \(B\) a standard basis (at most one “1” in each column). The intersection of \(B\) and \(H\) has exactly \(r-1\) vectors. Now we construct the vector \(y.\) If there is any vector in \(B\cap H\) that has a “1” in the \(k\)-th coordinate, let \(y[k]=0\); Otherwise, we set \(y[k]=1.\) Note that \(H^T y=\mathbf{0}\) and \(U^T y=\mathbf{1}.\) Thus \(H\) remains a hyperplane in \(M'.\)
Lemma6the girth part. [4,Lemma
4.3]
Let \((G,S,T,B,C,D)\) be an \((s,t)\)-signed-graft and \(T'\) be a one-element set disjoint from
\(E(G).\) The girth of \(M(G,S,T,B,C,D)/T\) is the mimimum of the
girths of matroids \(M(G,S',T,Bx,C,Dx)/T\) taken over all
\(x\in \F_2^{T\times T'}.\)
It follows from Lemma 4 we need
to consider the (co)girth of \(M/T\)
where \(M\) is the matroid of an \((s,t)\)-signed-graft.
3.2 cogirth → even cuts
By Lemma 5, to compute the cogirth of an \((s,t)\)-signed-graft we only need to consider binary matroid of the following kind: \[ A= \begin{array}{ccc} & \begin{array}{cc} E(G) & T \end{array} \\ \begin{array}{r} V(G) \\ \set{v} \end{array} & \begin{pmatrix} A(G) & B \\ \sigma & \alpha \end{pmatrix} \end{array} \] We want to find the cogirth of \(M(A)/T\). One useful proposition is the following. (See this post for a proof sketch.)
Proposition7[5,Proposition 9.2.2]
Let \(A\) be a binary representation of
a rank-\(r\) binary matroid \(M\). Then the cocircuit space of \(M\) equals the row space of \(A\). Moreover, this space has dimension
\(r\) and is the orthogonal subspace of
the circuit space of \(M\).
What we are finding is the minimum support of vectors in the row space
of \(A\) such that the support has
empty intersection with \(T\)Why? We want to find the cocircuit with minimum size. This is exactly
the vector with minimum number of 1s in the cocircuit space if our
matroid is binary. In binary matroid the symmetric difference of
(co)circuits contains a (co)circuit and is dependent.
. Note that the support of rows in the graph incidence matrix \(A(G)\) has interpretation. They are exactly
\(\delta(X)\) where \(X\) is the set of vertices for the summand
rows. Thus we divide the problem into 2 cases. Let \(B[u]\) be a \(t\)-dimentional binary label on each
vertex.
- The row indexed by \(\set{v}\) is not in the solution. Find the smallest non-empty cut \(\delta(X)\) in \(G\) such that \(\sum_{u\in X}B[u]=\mathbf 0\).
- The row indexed by \(\set{v}\) is in the solution. Now \(\sigma\) represents a subset of edges in \(G\). We want to find a cut \(\delta(X)\) such that \(\sigma \Delta \delta(X)\) is minimized and non-empty and \(\sum_{u\in X}B[u]=\alpha\).
Problem8Generalised
Congruency-Constrained Submodular Minimization (GCCSM)
Let \(f:2^N \to \Z\) submodular, \(p\) prime, \(k\in
\Z_{\geq 0}\), \(r_1,\dots,r_k\in
\Z_p\), and \(S_1,\dots,S_k\in
N\). \[\begin{equation*}
\begin{aligned}
\min& & f(S)& & &\\
s.t.& & |S\cap S_i|&\equiv r_i & &\forall i\in
[k]\\
& & S&\subset N
\end{aligned}
\end{equation*}\]
Nägele, Sudakov and Zenklusen showed that Problem 8 can be done in polynomial time if the
field is small and the number of congruency constraints is constant
[6].
I think currently (Sep 2025) finding a deterministic polynomial time
algorithm for \(t\)-dim even cut is
still open.
3.3 girth → parity cycle + parity join
Similar to the cogirth part, by Lemma 6 we consider the following matrix \[ A= \begin{array}{ccc} & \begin{array}{cc} E(G) & \set{f} \end{array} \\ \begin{array}{r} V(G) \\ S \end{array} & \begin{pmatrix} A(G) & b \\ C & d \end{pmatrix} \end{array} \] and we want to compute the girth of \(M(A)/\set{f}\). Each edge in \(G\) has a label \(c(e)\in\F_2^{s}\) (the submatrix \(C\)). Contracting an element in a matroid may change circuits. There are two cases:- The minimum circuit does not contain \(\set{f}\). Then the girth of \(M(A)/\set{f}\) is the same as \(M(A)\setminus \set{f}\). In this case we need to find the minimum cycle in \(G\) such that the sum of its edge labels is exactly \(\mathbf{0}\). This is the parity cycle problem.
- The minimum circuit contains \(\set{f}\). Let the girth of \(M(A)/\set{f}\) be \(\lambda\). Then \(M(A)\) has a minimum circuit that contains \(f\) and has size \(\lambda+1\). Let \(T\) be the set of vertices whose characteristic vector is \(b\). To find the minimum circuit of \(M(A)\), we want to find the minimum edge set \(F\subset E\) such that the sum of labels is \(d\) and \(T\) is exactly the set of vertices with odd degree in \(G[F]\). This is called the parity \(T\) join problem.
4 More on perturbed graphic matroids
Fomin and others studied FPT algorithms of Space Cover problem (which is a generalization of matroid girth problem) on perturbed graphic matroids [8].
Problem10Space
Cover
Let \(G=(V,E)\) be a multigraph on
\(n\) vertices and \(m\) edges and let \(P\) be a \(n\times m\) matrix with constant rank. We
write \(I(G)\) for the incidence matrix
of \(G\). Given a set of terminal edges
\(T\subset E\) and an integer \(k\), decide if there is a edge set \(F\subset E\setminus T\) with \(|F|<k\) such that \(T\subset \span(F)\) in the binary matroid
of \(M(I(G)+P)\).
They show that Space Cover generalizes steiner
tree and multiway cut even when \(P\)
is absent and they focus on FPT algorithms with parameter \(k\). This problem is solvable in time \(k^{O(k)}\poly(n+m)\).
References
[1]
P.D. Seymour, Decomposition of regular
matroids, Journal of Combinatorial Theory, Series B. 28 (1980)
305–359 10.1016/0095-8956(80)90075-1.
[2]
K.
Truemper, A decomposition theory for matroids. V.
Testing of matrix total unimodularity, Journal of
Combinatorial Theory, Series B. 49 (1990) 241–281 10.1016/0095-8956(90)90030-4.
[3]
J.
Geelen, B. Gerards, G. Whittle, The highly connected matroids in
minor-closed classes, Annals of Combinatorics. 19 (2015)
107–123 10.1007/s00026-015-0251-3.
[4]
J.
Geelen, R. Kapadia, Computing Girth and
Cogirth in Perturbed Graphic
Matroids, Combinatorica. 38 (2018) 167–191 10.1007/s00493-016-3445-3.
[5]
J.G. Oxley, Matroid theory, 2nd ed, Oxford
University Press, Oxford ; New York, 2011.
[6]
M.
Nägele, B. Sudakov, R. Zenklusen, Submodular minimization under
congruency constraints, Combinatorica. 39 (2019) 1351–1386 10.1007/s00493-019-3900-1.
[7]
I.
Schlotter, A. Sebő, Odd Paths, Cycles, and
\(T\)-Joins:
Connections and Algorithms, SIAM Journal
on Discrete Mathematics. 39 (2025) 484–504 10.1137/23M158156X.
[8]
F.V. Fomin, P.A. Golovach, D. Lokshtanov, S.
Saurabh, M. Zehavi, Covering Vectors by Spaces
in Perturbed Graphic Matroids and
Their Duals, in: 46th
International Colloquium on
Automata, Languages, and
Programming (ICALP 2019), Schloss
Dagstuhl – Leibniz-Zentrum für Informatik, Dagstuhl, Germany, 2019: pp.
59:1–59:13 10.4230/LIPIcs.ICALP.2019.59.