Unit Interval Editing is Fixed-Parameter Tractable
Yixin Cao

TL;DR
This paper presents fixed-parameter tractable algorithms for transforming a graph into a unit interval graph through limited vertex and edge modifications, improving efficiency over previous methods.
Contribution
It introduces new FPT algorithms for unit interval editing, including vertex and edge deletion variants, with significantly improved running times.
Findings
Algorithm runs in $2^{O(k \log k)} imes (n+m)$ time.
Edge deletion problem solved in $O(4^k imes (n+m))$ time.
Vertex deletion problem improved to $O(6^k imes (n+m))$ time.
Abstract
Given a graph~ and integers , , and~, the unit interval editing problem asks whether can be transformed into a unit interval graph by at most vertex deletions, edge deletions, and edge additions. We give an algorithm solving this problem in time , where , and denote respectively the numbers of vertices and edges of . Therefore, it is fixed-parameter tractable parameterized by the total number of allowed operations. Our algorithm implies the fixed-parameter tractability of the unit interval edge deletion problem, for which we also present a more efficient algorithm running in time . Another result is an -time algorithm for the unit interval vertex deletion problem, significantly improving the algorithm of van 't Hof and Villanger, which runs in…
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
TopicsAlgorithms and Data Compression · DNA and Biological Computing · Advanced Graph Theory Research
