Transitive closure of infinite graphs and its applications

7Citations
Citations of this article
14Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Integer tuple relations can concisely summarize many types of information gathered from analysis of scientific codes. For example they can be used to precisely describe which iterations of a statement are data dependent of which other iterations. It is generally not possible to represent these tuple relations by enumerating the related pairs of tuples. For example, it is impossible to enumerate the related pairs of tuples in the relation {[i] → [i + 2] | 1 ≤ i ≤ n˗ 2 }. Even when it is possible to enumerate the related pairs of Tuples, such as for the relation {[i,j] → [i’,j’] | 1 ≤ i, j, i ‘, j ‘ ≤ 100 }, it is often not practical to do so. We instead use a closed form description by specifying a predicate consisting of a~ne constraints on the related pairs of tuples. As we just saw, these a~ne constraints can be parameterized, so what we are really describing are infinite families of relations (or graphs). Many of our applications of tuple relations rely heavily on an operation called transitive closure. Computing the transitive closure of these “infinite graphs” is very different from the traditional problem of computing the transitive closure of a graph whose edges can be enumerated. For example, the transitive closure of the first relation above is the relation { [i] → [i’] | ᴈ/β s.t. i ‘ ˗ i = 2β˄1 ≤ i < i’ ≤n }. As we willprove, transitive closure is not computable in the general case. We have developed algorithms that produce exact results in most commonly occurring cases and produce upper or lower bounds (as necessary) in the other cases. This paper will describe our algorithms for computing transitive closure and some of its applications such as determining which inter-processor synchronizations are redundant.

Cite

CITATION STYLE

APA

Kelly, W., Pugh, W., Rosser, E., & Shpeisman, T. (1996). Transitive closure of infinite graphs and its applications. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 1033, pp. 126–140). Springer Verlag. https://doi.org/10.1007/bfb0014196

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free