English

FPT algorithms to recognize well covered graphs

Data Structures and Algorithms 2023-06-22 v4

Abstract

Given a graph GG, let vc(G)vc(G) and vc+(G)vc^+(G) be the sizes of a minimum and a maximum minimal vertex covers of GG, respectively. We say that GG is well covered if vc(G)=vc+(G)vc(G)=vc^+(G) (that is, all minimal vertex covers have the same size). Determining if a graph is well covered is a coNP-complete problem. In this paper, we obtain O(2vc)O^*(2^{vc})-time and O(1.4656vc+)O^*(1.4656^{vc^+})-time algorithms to decide well coveredness, improving results of Boria et. al. (2015). Moreover, using crown decomposition, we show that such problems admit kernels having linear number of vertices. In 2018, Alves et. al. (2018) proved that recognizing well covered graphs is coW[2]-hard when the independence number α(G)=nvc(G)\alpha(G)=n-vc(G) is the parameter. Contrasting with such coW[2]-hardness, we present an FPT algorithm to decide well coveredness when α(G)\alpha(G) and the degeneracy of the input graph GG are aggregate parameters. Finally, we use the primeval decomposition technique to obtain a linear time algorithm for extended P4P_4-laden graphs and (q,q4)(q,q-4)-graphs, which is FPT parameterized by qq, improving results of Klein et al (2013).

Keywords

Cite

@article{arxiv.1810.08276,
  title  = {FPT algorithms to recognize well covered graphs},
  author = {Rafael Araujo and Eurinardo Costa and Sulamita Klein and Rudini Sampaio and Ueverton S. Souza},
  journal= {arXiv preprint arXiv:1810.08276},
  year   = {2023}
}

Comments

15 pages, 2 figures

R2 v1 2026-06-23T04:45:11.369Z