A recognition algorithm for adjusted interval digraphs
Asahi Takaoka

TL;DR
This paper presents a more efficient $O(n^3)$ recognition algorithm for adjusted interval digraphs, which are reflexive digraphs characterized by min orderings, improving upon the previous $O(n^4)$ method.
Contribution
It introduces a new recognition algorithm for adjusted interval digraphs with reduced computational complexity from $O(n^4)$ to $O(n^3)$.
Findings
Recognition algorithm runs in $O(n^3)$ time.
Algorithm produces a min ordering if the graph is an adjusted interval digraph.
Improves efficiency over previous methods.
Abstract
Min orderings give a vertex ordering characterization, common to some graphs and digraphs such as interval graphs, complements of threshold tolerance graphs (known as co-TT graphs), and two-directional orthogonal ray graphs. An adjusted interval digraph is a reflexive digraph that has a min ordering. Adjusted interval digraph can be recognized in time, where is the number of vertices of the given graph. Finding a more efficient algorithm is posed as an open question. This note provides a new recognition algorithm with running time . The algorithm produces a min ordering if the given graph is an adjusted interval digraph.
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 · Graph Labeling and Dimension Problems · Limits and Structures in Graph Theory
