Algorithms for Unipolar and Generalized Split Graphs
Elaine M. Eschen, Xiaoqiang Wang

TL;DR
This paper introduces recognition algorithms for unipolar and generalized split graphs, leveraging minimal triangulation, and provides efficient solutions for key optimization problems within these graph classes.
Contribution
It presents a recognition algorithm for unipolar graphs using minimal triangulation and extends it to recognize generalized split graphs efficiently.
Findings
Recognition algorithm for unipolar graphs with O(nm') time complexity
Algorithms for maximum independent set and minimum clique cover in O(n+m) time
NP-Complete proof for the perfect code problem in unipolar graphs
Abstract
A graph is a {\it unipolar graph} if there exits a partition such that, is a clique and induces the disjoint union of cliques. The complement-closed class of {\it generalized split graphs} are those graphs such that either {\it or} the complement of is unipolar. Generalized split graphs are a large subclass of perfect graphs. In fact, it has been shown that almost all -free (and hence, almost all perfect graphs) are generalized split graphs. In this paper we present a recognition algorithm for unipolar graphs that utilizes a minimal triangulation of the given graph, and produces a partition when one exists. Our algorithm has running time O(), where is the number of edges in a minimal triangulation of the given graph. Generalized split graphs can recognized via this algorithm in O() = O()…
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 · Complexity and Algorithms in Graphs · Graph Labeling and Dimension Problems
