Minimum Strict Consistent Subset in Paths, Spiders, Combs and Trees
Bubai Manna

TL;DR
This paper investigates the computational complexity of minimum strict consistent subsets in various graph classes, providing NP-hardness results, approximation algorithms, and efficient solutions for specific graph structures like paths, spiders, and combs.
Contribution
It introduces the MSCS problem, proves its NP-hardness in general graphs, and develops polynomial-time algorithms for trees, paths, spiders, and combs.
Findings
MSCS is NP-hard for general graphs.
A 2-approximation algorithm for MSCS.
Polynomial-time algorithms for paths, spiders, and combs.
Abstract
Let G be a simple connected graph with vertex set V(G) and edge set E(G. Each vertex of V(G) is colored by a color from the set of colors {c_1, c_2,\dots, c_{\alpha}}. We take a subset S of V(G), such that for every vertex v in V(G)\S, at least one vertex of the same color is present in its set of nearest neighbors in S. We refer to such an S as a consistent subset (CS). The Minimum Consistent Subset (MCS) problem is the computation of a consistent subset of the minimum cardinality. It is established that MCS is NP-complete for general graphs, including planar graphs. The strict consistent subset is a variant of consistent subset problems. We take a subset S^{\prime} of V(G), such that for every vertex v in V(G)\S^{\prime}, all the vertices in its set of nearest neighbors in S^{\prime} have the same color as that of v. We refer to such an S^{\prime} as a strict consistent subset (SCS).…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Topological and Geometric Data Analysis · Rough Sets and Fuzzy Logic
