English

Balanced Independent and Dominating Sets on Colored Interval Graphs

Data Structures and Algorithms 2022-03-29 v3

Abstract

We study two new versions of independent and dominating set problems on vertex-colored interval graphs, namely ff-Balanced Independent Set (ff-BIS) and ff-Balanced Dominating Set (ff-BDS). Let G=(V,E)G=(V,E) be a vertex-colored interval graph with a color assignment function γ ⁣:V{1,,k}\gamma \colon V \rightarrow \{1,\ldots,k\} that maps all vertices in GG onto kk colors. A subset of vertices SVS\subseteq V is called ff-balanced if SS contains ff vertices from each color class. In the ff-BIS and ff-BDS problems, the objective is to compute an independent set or a dominating set that is ff-balanced. We show that both problems are NP-complete even on proper interval graphs. For the ff-BIS problem, we design two FPT algorithms, one parameterized by (f,k)(f,k) for interval graphs and the other parameterized by the vertex cover number for general graphs. Moreover, for an optimization variant of BIS on interval graphs, we show that a simple greedy approach achieves an approximation ratio of 22.

Keywords

Cite

@article{arxiv.2003.05289,
  title  = {Balanced Independent and Dominating Sets on Colored Interval Graphs},
  author = {Sujoy Bhore and Jan-Henrik Haunert and Fabian Klute and Guangping Li and Martin Nöllenburg},
  journal= {arXiv preprint arXiv:2003.05289},
  year   = {2022}
}

Comments

In Section 4.2 of an earlier version, we presented a local search approach and claimed it was a PTAS for the 1-MCIS problem. After its publication date, we noted that our claim was in contradiction with the APX-hardness result of the Job Interval Scheduling Problem and found a mistake in the proof of our Lemma 9. In this erratum, we removed Section 4.2 and added a correction note

R2 v1 2026-06-23T14:11:35.665Z