English

Adding a Tail in Classes of Perfect Graphs

Data Structures and Algorithms 2023-02-02 v1

Abstract

Consider a graph GG which belongs to a graph class C{\cal C}. We are interested in connecting a node w∉V(G)w \not\in V(G) to GG by a single edge uwu w where uV(G)u \in V(G); we call such an edge a \emph{tail}. As the graph resulting from GG after the addition of the tail, denoted G+uwG+uw, need not belong to the class C{\cal C}, we want to compute a minimum C{\cal C}-completion of G+wG+w, i.e., the minimum number of non-edges (excluding the tail uwu w) to be added to G+uwG+uw so that the resulting graph belongs to C{\cal C}. In this paper, we study this problem for the classes of split, quasi-threshold, threshold, and P4P_4-sparse graphs and we present linear-time algorithms by exploiting the structure of split graphs and the tree representation of quasi-threshold, threshold, and P4P_4-sparse graphs.

Keywords

Cite

@article{arxiv.2302.00657,
  title  = {Adding a Tail in Classes of Perfect Graphs},
  author = {Anna Mpanti and Stavros D. Nikolopoulos and Leonidas Palios},
  journal= {arXiv preprint arXiv:2302.00657},
  year   = {2023}
}
R2 v1 2026-06-28T08:29:26.401Z