Distributed Minimum Vertex Coloring and Maximum Independent Set in Chordal Graphs
Abstract
We give deterministic distributed -approximation algorithms for Minimum Vertex Coloring and Maximum Independent Set on chordal graphs in the LOCAL model. Our coloring algorithm runs in rounds, and our independent set algorithm has a runtime of rounds. For coloring, existing lower bounds imply that the dependencies on and are best possible. For independent set, we prove that rounds are necessary. Both our algorithms make use of a tree decomposition of the input chordal graph. They iteratively peel off interval subgraphs, which are identified via the tree decomposition of the input graph, thereby partitioning the vertex set into layers. For coloring, each interval graph is colored independently, which results in various coloring conflicts between the layers. These conflicts are then resolved in a separate phase, using the particular structure of our partitioning. For independent set, only the first layers are required as they already contain a large enough independent set. We develop a -approximation maximum independent set algorithm for interval graphs, which we then apply to those layers. This work raises the question as to how useful tree decompositions are for distributed computing.
Keywords
Cite
@article{arxiv.1805.04544,
title = {Distributed Minimum Vertex Coloring and Maximum Independent Set in Chordal Graphs},
author = {Christian Konrad and Viktor Zamaraev},
journal= {arXiv preprint arXiv:1805.04544},
year = {2018}
}