Distributed Treewidth Computation and Courcelle's Theorem in the CONGEST Model

Abstract

Algorithmic meta-theorems, stating that graph properties expressible in some particular logic can be decided efficiently in graph classes having some specific structural properties, are now standard in sequential graph algorithms. One of the most classic examples is Courcelle's theorem: all properties expressible in Monadic Second-Order logic (MSO) are decidable in linear time in graphs of bounded treewidth. We provide here a distributed version of Courcelle's theorem, in the standard CONGEST model for distributed computing: For any MSO formula and any constant k, there is a CONGEST algorithm that, given an input communication network G of treewidth at most k and of diameter D, decides if G satisfies property in O(D) rounds. Simple examples show that the dependency on D is unavoidable. Also, if we drop the assumption of bounded treewidth, deciding MSO properties such as 3-colorability are known to require (n2) rounds in the CONGEST model. Our results extend to optimization problems (e.g., computing a maximum size independent set, or a minimum dominating set) and counting (e.g. triangle counting). As usual, the O notation hides polylogarithmic factors in n; here it also hides a constant factor depending on k and on the MSO formula . We also give a distributed algorithm producing a linear approximation for treewidth: For any k, it decides that the treewidth of the input network G is larger than k or computes a tree decomposition of width O(k) and depth O( n), in O(kO(k) D) rounds in CONGEST. Our algorithms make use of the low-congestion shortcuts framework introduced by Ghaffari and Haeupler [SODA 2016], and our main technical tool is an O(k4 D) algorithm for computing (s,t)-vertex separators of size at most k+1 in graphs of treewidth at most k.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…