Connecting Terminals and 2-Disjoint Connected Subgraphs
Jan Arne Telle, Yngve Villanger

TL;DR
This paper introduces bounds and algorithms for enumerating minimal T-connecting sets in graphs, generalizing path enumeration and improving solutions for the 2-Disjoint Connected Subgraphs problem.
Contribution
It provides a new upper bound on the number of minimal T-connecting sets and an efficient enumeration algorithm, extending previous path enumeration methods.
Findings
Bound on the number of minimal T-connecting sets: ${|V ackslash T| race |T|-2} imes 3^{|V ackslash T|/3}$.
Polynomial-time enumeration within the bound.
Improved algorithm for 2-Disjoint Connected Subgraphs with runtime $O^*(1.7804^n)$.
Abstract
Given a graph and a set of terminal vertices we say that a superset of is -connecting if induces a connected graph, and is minimal if no strict subset of is -connecting. In this paper we prove that there are at most minimal -connecting sets when and that these can be enumerated within a polynomial factor of this bound. This generalizes the algorithm for enumerating all induced paths between a pair of vertices, corresponding to the case . We apply our enumeration algorithm to solve the {\sc 2-Disjoint Connected Subgraphs} problem in time , improving on the recent algorithm of Cygan et al. 2012 LATIN paper.
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 · Limits and Structures in Graph Theory
