An Algorithm for Generating Strongly Chordal Graphs
Md. Zamilur Rahman, Asish Mukhopadhyay, Yash P. Aneja

TL;DR
This paper presents a novel algorithm that generates strongly chordal graphs by first creating chordal graphs and then adding edges based on matrix characterizations, facilitating testing and research in this graph subclass.
Contribution
It introduces the first algorithm capable of generating strongly chordal graphs from scratch, expanding tools for studying this important graph class.
Findings
Algorithm successfully generates strongly chordal graphs.
Generated graphs are suitable for testing algorithms.
Method leverages matrix characterizations for edge addition.
Abstract
Strongly chordal graphs are a subclass of chordal graphs. The interest in this subclass stems from the fact that many problems which are NP-complete for chordal graphs are solvable in polynomial time for this subclass. However, we are not aware of any algorithm that can generate instances of this class, often necessary for testing purposes. In this paper, we address this issue. Our algorithm first generates chordal graphs, using an available algorithm and then adds enough edges to make it strongly chordal, unless it is already so. The edge additions are based on a totally balanced matrix characterizations of strongly chordal graphs.
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 · Graph Labeling and Dimension Problems · Complexity and Algorithms in Graphs
