Fast and Practical Single-Exponential Algorithms for Branchwidth
For researchers in graph algorithms and parameterized complexity, this provides faster exact algorithms for branchwidth, a key parameter in treewidth-like decompositions.
The paper presents exact exponential algorithms for computing branchwidth that achieve single-exponential running times, with the first such algorithm for hypergraphs running in O*(4^n) and an improved graph algorithm running in O(3.293^n), outperforming previous theoretical and practical results.
In this paper, we present exact exponential algorithms for computing branchwidth that are fast both in theory and in practice. The running times of these algorithms are single-exponential in the number of vertices. Our basic algorithm is based on a conceptually simple recurrence on vertex sets and computes the branchwidth of an $n$-vertex hypergraph in time $\mathcal{O}^*(4^n)$. This is the first single-exponential time algorithm for hypergraphs. We have two algorithms tailored specifically for graphs. The first algorithm runs in time $\mathcal{O}(3.293^n)$, improving upon the previously best-known running time of $\mathcal{O}(3.4652^n)$ [Fomin-Mazoit-Todinca, DAM 2009]. Moreover, our computational experiment shows that it overwhelmingly outperforms state-of-the-art practical algorithms for computing branchwidth. The second algorithm is a candidate for a theoretical improvement: we conjecture that it runs in time $\mathcal{O}(c^n)$ for some constant $c$ that is smaller than 3.293. In practice, it performs significantly better on some instances that are hard for the first algorithm.