Clique-free t-matchings in degree-bounded graphs
Katarzyna Paluch, Mateusz Wasylkiewicz
TL;DR
This work addresses finding maximum size or maximum weight $t$-matchings in graphs of maximum degree $t+1$ that avoid forbidden complete partite subgraphs, notably $K^p_q$, $K_{t+1}$, and $K_{t,t}$. The authors introduce a complement-based reduction that replaces forbidden subgraphs with gadgets containing half-edges, mapping restricted or $K^p_q$-free $t$-matchings in the original graph to suitable $(l,b)$-matchings in an augmented graph $G'$, and then reconstruct the desired solution from the complement. They give simple, fast combinatorial algorithms for both weighted (edge weights vertex-induced on forbidden subgraphs) and unweighted versions, achieving $O(\min\{nm\log n, n^3\})$ time in the weighted case and $O(\sqrt{n}m)$ for unweighted, with extensions to a new $k$-restricted $t$-matching variant. The methods unify and generalize prior work on triangle-free and square-free $t$-matchings, offering a versatile toolkit (gadgets, half-edges, potentials) for broader forbidden-subgraph constraints and potential applications to connectivity augmentation problems. The results advance the tractability frontier for weighted constrained $t$-matching problems in degree-bounded graphs and provide practical, scalable algorithms for related combinatorial optimization tasks.
Abstract
We consider problems of finding a maximum size/weight $t$-matching without forbidden subgraphs in an undirected graph $G$ with the maximum degree bounded by $t+1$, where $t$ is an integer greater than $2$. Depending on the variant forbidden subgraphs denote certain subsets of $t$-regular complete partite subgraphs of $G$. A graph is complete partite if there exists a partition of its vertex set such that every pair of vertices from different sets is connected by an edge and vertices from the same set form an independent set. A clique $K_t$ and a bipartite clique $K_{t,t}$ are examples of complete partite graphs. These problems are natural generalizations of the triangle-free and square-free $2$-matching problems in subcubic graphs. In the weighted setting we assume that the weights of edges of $G$ are vertex-induced on every forbidden subgraph. We present simple and fast combinatorial algorithms for these problems. The presented algorithms are the first ones for the weighted versions, and for the unweighted ones, are faster than those known previously. Our approach relies on the use of gadgets with so-called half-edges. A half-edge of edge $e$ is, informally speaking, a half of $e$ containing exactly one of its endpoints.
