Parameterized Linear Time Transitive Closure
Giorgos Kritikakis, Ioannis G Tollis

TL;DR
This paper presents a novel parameterized linear time indexing scheme for transitive closure in directed graphs, enabling constant-time reachability queries and improving efficiency over traditional adjacency matrix methods.
Contribution
It introduces a new reachability indexing approach based on chain decomposition that can be built in parameterized linear time and is validated through extensive experiments.
Findings
Enables constant-time reachability queries.
Builds the index in parameterized linear time.
Speeds up Fulkerson's method for DAG width calculation.
Abstract
Inquiries such as whether a task A depends on a task B, whether an author A has been influenced by a paper B, whether a certain protein is associated with a specific biological process or molecular function, or whether class A inherits from class B, are just a few examples of inquiries that can be modeled as reachability queries on a network (Directed Graph). Digital systems answer myriad such inquiries every day. In this paper, we discuss the transitive closure problem. We focus on applicable solutions that enable us to answer queries fast, in constant time, and can serve in real-world applications. In contrast to the majority of research on this topic that revolves around the construction of a two-dimensional adjacency matrix, we present an approach that builds a reachability indexing scheme. This scheme enables us to answer queries in constant time and can be built in parameterized…
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
TopicsRobotic Path Planning Algorithms · Model-Driven Software Engineering Techniques · Computational Geometry and Mesh Generation
