Finding Optimal Triangulations Parameterized by Edge Clique Cover
Tuukka Korhonen

TL;DR
This paper introduces parameterized algorithms for optimal graph triangulation problems based on the size of an edge clique cover, enabling efficient solutions for various graph problems like treewidth and perfect phylogeny.
Contribution
It provides enumeration algorithms and fixed-parameter tractable algorithms parameterized by edge clique cover size for multiple graph optimization problems.
Findings
Number of minimal separators is at most 2^{cc}.
Number of potential maximal cliques is at most 3^{cc}.
Algorithms run in O^*(2^{cc}) and O^*(3^{cc})} time for key problems.
Abstract
We consider problems that can be formulated as a task of finding an optimal triangulation of a graph w.r.t. some notion of optimality. We present algorithms parameterized by the size of a minimum edge clique cover () to such problems. This parameterization occurs naturally in many problems in this setting, e.g., in the perfect phylogeny problem is at most the number of taxa, in fractional hypertreewidth is at most the number of hyperedges, and in treewidth of Bayesian networks is at most the number of non-root nodes. We show that the number of minimal separators of graphs is at most , the number of potential maximal cliques is at most , and these objects can be listed in times and , respectively, even when no edge clique cover is given as input; the notation omits factors polynomial in the input size. These…
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.
