English

FPT algorithms over linear delta-matroids with applications

Data Structures and Algorithms 2025-02-20 v1

Abstract

Matroids, particularly linear ones, have been a powerful tool in parameterized complexity for algorithms and kernelization. They have sped up or replaced dynamic programming. Delta-matroids generalize matroids by encapsulating structures such as non-maximum matchings in general graphs and various path-packing and topological configurations. Linear delta-matroids (represented by skew-symmetric matrices) offer significant expressive power and enable powerful algorithms. We investigate parameterized complexity aspects of problems defined over linear delta-matroids or with delta-matroid constraints. Our analysis of basic intersection and packing problems reveals a different complexity landscape compared to the familiar matroid case. In particular, there is a stark contrast between the cardinality parameter kk and the rank parameter rr. For example, finding an intersection of size kk of three linear delta-matroids is W[1]-hard when parameterized by kk, while more general problems (e.g., finding a set packing of size kk feasible in a linear delta-matroid) are FPT when parameterized by rr. We extend the recent determinantal sieving procedure of Eiben, Koana and Wahlstr\"om (SODA 2024) to sieve a polynomial for a monomial whose support is feasible in a linear delta-matroid by rr. Second, we investigate a class of problems that remains FPT when parameterized by kk, even on delta-matroids of unbounded rank. We begin with Delta-matroid Triangle Cover - finding a feasible set of size kk that can be covered by a vertex-disjoint packing of triangles (sets of size 3) from a given collection. This approach allows us to find a packing of K3K_3's and K2K_2's in a graph with a maximum number of edges, parameterized above the matching number. As applications, we settle questions on the FPT status of Cluster Subgraph and Strong Triadic Closure parameterized above the matching number.

Keywords

Cite

@article{arxiv.2502.13654,
  title  = {FPT algorithms over linear delta-matroids with applications},
  author = {Eduard Eiben and Tomohiro Koana and Magnus Wahlström},
  journal= {arXiv preprint arXiv:2502.13654},
  year   = {2025}
}

Comments

Abstract shortened for arXiv submission

R2 v1 2026-06-28T21:49:57.542Z