The Linear Arrangement Problem Parameterized Above Guaranteed Value
G. Gutin, A. Rafiey, S. Szeider, A. Yeo

TL;DR
This paper presents a fixed-parameter tractable algorithm for the Linear Arrangement problem parameterized above a guaranteed value, improving understanding of its computational complexity and providing practical decision procedures.
Contribution
It introduces an FPT algorithm for the problem parameterized above the guaranteed value and develops a linear-size kernelization method for connected graphs.
Findings
The algorithm decides in $O(m+n+5.88^k)$ time whether a graph admits an LA of cost at most $m+k$.
A linear-size kernel for the problem is generated in linear time for connected graphs.
More general LA problems are shown to be not FPT unless P=NP.
Abstract
A linear arrangement (LA) is an assignment of distinct integers to the vertices of a graph. The cost of an LA is the sum of lengths of the edges of the graph, where the length of an edge is defined as the absolute value of the difference of the integers assigned to its ends. For many application one hopes to find an LA with small cost. However, it is a classical NP-complete problem to decide whether a given graph admits an LA of cost bounded by a given integer. Since every edge of contributes at least one to the cost of any LA, the problem becomes trivially fixed-parameter tractable (FPT) if parameterized by the upper bound of the cost. Fernau asked whether the problem remains FPT if parameterized by the upper bound of the cost minus the number of edges of the given graph; thus whether the problem is FPT ``parameterized above guaranteed value.'' We answer this question…
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 · Optimization and Search Problems
