Distributed Minimum Vertex Coloring and Maximum Independent Set in Chordal Graphs

May 11, 2018 Β· Declared Dead Β· πŸ› International Symposium on Mathematical Foundations of Computer Science

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Christian Konrad, Viktor Zamaraev arXiv ID 1805.04544 Category cs.DS: Data Structures & Algorithms Citations 11 Venue International Symposium on Mathematical Foundations of Computer Science Last Checked 4 months ago
Abstract
We give deterministic distributed $(1+Ξ΅)$-approximation algorithms for Minimum Vertex Coloring and Maximum Independent Set on chordal graphs in the LOCAL model. Our coloring algorithm runs in $O(\frac{1}Ξ΅ \log n)$ rounds, and our independent set algorithm has a runtime of $O(\frac{1}Ξ΅\log(\frac{1}Ξ΅)\log^* n)$ rounds. For coloring, existing lower bounds imply that the dependencies on $\frac{1}Ξ΅$ and $\log n$ are best possible. For independent set, we prove that $O(\frac{1}Ξ΅)$ 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 $O(\log n)$ 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 $O( \log \frac{1}Ξ΅)$ layers are required as they already contain a large enough independent set. We develop a $(1+Ξ΅)$-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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted