English

Towards Work-Efficient Parallel Parameterized Algorithms

Data Structures and Algorithms 2019-02-21 v1 Computational Complexity

Abstract

Parallel parameterized complexity theory studies how fixed-parameter tractable (fpt) problems can be solved in parallel. Previous theoretical work focused on parallel algorithms that are very fast in principle, but did not take into account that when we only have a small number of processors (between 2 and, say, 1024), it is more important that the parallel algorithms are work-efficient. In the present paper we investigate how work-efficient fpt algorithms can be designed. We review standard methods from fpt theory, like kernelization, search trees, and interleaving, and prove trade-offs for them between work efficiency and runtime improvements. This results in a toolbox for developing work-efficient parallel fpt algorithms.

Keywords

Cite

@article{arxiv.1902.07660,
  title  = {Towards Work-Efficient Parallel Parameterized Algorithms},
  author = {Max Bannach and Malte Skambath and Till Tantau},
  journal= {arXiv preprint arXiv:1902.07660},
  year   = {2019}
}

Comments

Prior full version of the paper that will appear in Proceedings of the 13th International Conference and Workshops on Algorithms and Computation (WALCOM 2019), February 27 - March 02, 2019, Guwahati, India. The final authenticated version is available online at https://doi.org/10.1007/978-3-030-10564-8_27