Finding Induced Subgraphs via Minimal Triangulations
Fedor V. Fomin, Yngve Villanger

TL;DR
This paper introduces algorithms leveraging potential maximal cliques and minimal separators to efficiently find maximum induced subgraphs of bounded treewidth and to detect specific subgraphs, improving computational complexity.
Contribution
It applies combinatorial objects from minimal triangulations to develop fixed-parameter algorithms for subgraph detection and treewidth problems, with improved runtime bounds.
Findings
Algorithms run in time |Pi_G| * n^{O(t)} for maximum induced subgraph of treewidth t
Detection of subgraphs isomorphic to a given graph F is feasible within similar bounds
Overall runtime improved to 1.734601^n * n^{O(t)} for these problems
Abstract
Potential maximal cliques and minimal separators are combinatorial objects which were introduced and studied in the realm of minimal triangulations problems including Minimum Fill-in and Treewidth. We discover unexpected applications of these notions to the field of moderate exponential algorithms. In particular, we show that given an n-vertex graph G together with its set of potential maximal cliques Pi_G, and an integer t, it is possible in time |Pi_G| * n^(O(t)) to find a maximum induced subgraph of treewidth t in G; and for a given graph F of treewidth t, to decide if G contains an induced subgraph isomorphic to F. Combined with an improved algorithm enumerating all potential maximal cliques in time O(1.734601^n), this yields that both problems are solvable in time 1.734601^n * n^(O(t)).
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 · Computational Geometry and Mesh Generation
