Minimum Linear Arrangement of Series-Parallel Graphs
Martina Eikel, Christian Scheideler, Alexander Setzer

TL;DR
This paper introduces an efficient approximation algorithm for the minimum linear arrangement problem specifically on series-parallel graphs, achieving a factor 14D^2 approximation with a simple divide-and-conquer approach.
Contribution
The paper presents the first study of the minimum linear arrangement problem on series-parallel graphs and provides a practical, parallelizable approximation algorithm with proven ratio.
Findings
Runs in linear time given a suitable decomposition
Achieves a 14D^2 approximation ratio
Effective for parallel implementation
Abstract
We present a factor approximation algorithm for the minimum linear arrangement problem on series-parallel graphs, where is the maximum degree in the graph. Given a suitable decomposition of the graph, our algorithm runs in time and is very easy to implement. Its divide-and-conquer approach allows for an effective parallelization. Note that a suitable decomposition can also be computed in time (or even on an EREW PRAM using processors). For the proof of the approximation ratio, we use a sophisticated charging method that uses techniques similar to amortized analysis in advanced data structures. On general graphs, the minimum linear arrangement problem is known to be NP-hard. To the best of our knowledge, the minimum linear arrangement problem on series-parallel graphs has not been studied before.
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Algorithms and Data Compression
