Parameterized Algorithms for Queue Layouts
Sujoy Bhore, Robert Ganian, Fabrizio Montecchiani, Martin N\"ollenburg

TL;DR
This paper introduces fixed-parameter tractable algorithms for computing queue layouts of graphs, leveraging structural graph parameters like treedepth and vertex cover number to efficiently determine queue numbers.
Contribution
The paper presents the first fixed-parameter algorithms for queue layout problems based on treedepth and vertex cover parameters.
Findings
Deciding queue number 1 is fixed-parameter tractable with treedepth.
Computing queue layouts for arbitrary h is fixed-parameter tractable with vertex cover.
Algorithms exploit structural properties to efficiently compute optimal queue layouts.
Abstract
An -queue layout of a graph consists of a linear order of its vertices and a partition of its edges into queues, such that no two independent edges of the same queue nest. The minimum such that admits an -queue layout is the queue number of . We present two fixed-parameter tractable algorithms that exploit structural properties of graphs to compute optimal queue layouts. As our first result, we show that deciding whether a graph has queue number and computing a corresponding layout is fixed-parameter tractable when parameterized by the treedepth of . Our second result then uses a more restrictive parameter, the vertex cover number, to solve the problem for arbitrary .
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 · VLSI and FPGA Design Techniques · Optimization and Packing Problems
