Minimum Consistent Subset in Trees and Interval Graphs

Aritra Banik,Sayani Das,Anil Maheshwari,Bubai Manna,Subhas C Nandy,Krishna Priya K M,Bodhayan Roy,Sasanka Roy,Abhishek Sahu
2024-04-24
Abstract:In the Minimum Consistent Subset (MCS) problem, we are presented with a connected simple undirected graph $G=(V,E)$, consisting of a vertex set $V$ of size $n$ and an edge set $E$. Each vertex in $V$ is assigned a color from the set $\{1,2,\ldots, c\}$. The objective is to determine a subset $V' \subseteq V$ with minimum possible cardinality, such that for every vertex $v \in V$, at least one of its nearest neighbors in $V'$ (measured in terms of the hop distance) shares the same color as $v$. The decision problem, indicating whether there exists a subset $V'$ of cardinality at most $l$ for some positive integer $l$, is known to be NP-complete even for planar graphs.
Computational Geometry,Data Structures and Algorithms
What problem does this paper attempt to address?