A Maximum Linear Arrangement Problem on Directed Graphs
Matt DeVos, Kathryn Nurse

TL;DR
This paper introduces the MaxDLA problem, a directed graph variant of MinLA, explores its theoretical properties, complexity, and algorithms, and establishes bounds and polynomial solutions for specific graph classes.
Contribution
It defines MaxDLA, relates it to MaxDiCut, proves NP-hardness for planar digraphs, and provides polynomial algorithms for trees and special graph orientations.
Findings
MaxDLA is related to MaxDiCut with specific bounds.
MaxDiCut is NP-Hard for planar digraphs.
Polynomial algorithms exist for trees and certain orientations.
Abstract
We propose a new arrangement problem on directed graphs, Maximum Directed Linear Arrangement (MaxDLA). This is a directed variant of a similar problem for undirected graphs, in which however one seeks maximum and not minimum; this problem known as the Minimum Linear Arrangement Problem (MinLA) has been much studied in the literature. We establish a number of theorems illustrating the behavior and complexity of MaxDLA. First, we relate MaxDLA to Maximum Directed Cut (MaxDiCut) by proving that every simple digraph on vertices satisfies . Next, we prove that MaxDiCut is NP-Hard for planar digraphs (even with the added restriction of maximum degree 15); it follows from the above bounds that MaxDLA is also NP-Hard for planar digraphs. In contrast, Hadlock (1975) and Dorfman and Orlova (1972) showed that the undirected…
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
