English

Computing pivot-minors

Combinatorics 2023-11-09 v1 Data Structures and Algorithms

Abstract

A graph GG contains a graph HH as a pivot-minor if HH can be obtained from GG by applying a sequence of vertex deletions and edge pivots. Pivot-minors play an important role in the study of rank-width. Pivot-minors have mainly been studied from a structural perspective. In this paper we perform the first systematic computational complexity study of pivot-minors. We first prove that the Pivot-Minor problem, which asks if a given graph GG contains a pivot-minor isomorphic to a given graph HH, is NP-complete. If HH is not part of the input, we denote the problem by HH-Pivot-Minor. We give a certifying polynomial-time algorithm for HH-Pivot-Minor when (1) HH is an induced subgraph of P3+tP1P_3+tP_1 for some integer t0t\geq 0, (2) H=K1,tH=K_{1,t} for some integer t1t\geq 1, or (3) V(H)4|V(H)|\leq 4 except when H{K4,C3+P1}H \in \{K_4,C_3+ P_1\}. Let FH{\cal F}_H be the set of induced-subgraph-minimal graphs that contain a pivot-minor isomorphic to HH. To prove the above statement, we either show that there is an integer cHc_H such that all graphs in FH{\cal F}_H have at most cHc_H vertices, or we determine FH{\cal F}_H precisely, for each of the above cases.

Keywords

Cite

@article{arxiv.2311.04656,
  title  = {Computing pivot-minors},
  author = {Konrad K. Dabrowski and François Dross and Jisu Jeong and Mamadou Moustapha Kanté and O-joung Kwon and Sang-il Oum and Daniël Paulusma},
  journal= {arXiv preprint arXiv:2311.04656},
  year   = {2023}
}

Comments

33 pages, 9 figures. An extended abstract appeared in the proceedings of WG2018