Is a LOCAL algorithm computable?
Antonio Cruciani, Avinandan Das, Massimo Equi, Henrik Lievonen, Diep Luong-Le, Augusto Modanese, and Jukka Suomela

TL;DR
This paper investigates the impact of computability assumptions in the LOCAL model on solving locally checkable labeling problems, revealing how knowledge of the graph size influences problem complexity.
Contribution
It demonstrates the existence of an LCL problem with different complexities depending on computability and knowledge of graph size, clarifying the role of computability in distributed algorithms.
Findings
An LCL problem solvable in O(log n) rounds in uncomputable LOCAL model.
The same problem solvable in O(log n) rounds if an upper bound on n is known.
The problem requires Ω(√n) rounds in the computable model without knowledge of n.
Abstract
Common definitions of the "standard" LOCAL model tend to be sloppy and even self-contradictory on one point: do the nodes update their state using an arbitrary function or a computable function? So far, this distinction has been safe to neglect, since problems where it matters seem contrived and quite different from e.g. typical local graph problems studied in this context. We show that this question matters even for locally checkable labeling problems (LCLs), perhaps the most widely studied family of problems in the context of the LOCAL model. Furthermore, we show that assumptions about computability are directly connected to another aspect already recognized as highly relevant: whether we have any knowledge of , the size of the graph. Concretely, we show that there is an LCL problem with the following properties: 1. can be solved in rounds if the LOCAL…
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 · Computability, Logic, AI Algorithms · Advanced Graph Theory Research
