Faster exponential-time algorithms in graphs of bounded average degree
Marek Cygan, Marcin Pilipczuk

TL;DR
This paper presents faster exponential-time algorithms for the Traveling Salesman Problem and counting perfect matchings in graphs with bounded average degree, generalizing recent results and improving efficiency.
Contribution
It introduces new algorithms with improved exponential bounds for TSP and perfect matchings in graphs of bounded average degree, extending prior work.
Findings
TSP solvable in O*(2^{(1-ε_d)n}) time for graphs with average degree d
Counting perfect matchings in O*(2^{n/2}) time using inclusion-exclusion
Enhanced algorithms for graphs with bounded average degree with improved exponential bounds
Abstract
We first show that the Traveling Salesman Problem in an n-vertex graph with average degree bounded by d can be solved in O*(2^{(1-\eps_d)n}) time and exponential space for a constant \eps_d depending only on d, where the O*-notation suppresses factors polynomial in the input size. Thus, we generalize the recent results of Bjorklund et al. [TALG 2012] on graphs of bounded degree. Then, we move to the problem of counting perfect matchings in a graph. We first present a simple algorithm for counting perfect matchings in an n-vertex graph in O*(2^{n/2}) time and polynomial space; our algorithm matches the complexity bounds of the algorithm of Bjorklund [SODA 2012], but relies on inclusion-exclusion principle instead of algebraic transformations. Building upon this result, we show that the number of perfect matchings in an n-vertex graph with average degree bounded by d can be computed in…
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
TopicsComplexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods · Advanced Graph Theory Research
