enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Transitive closure - Wikipedia

    en.wikipedia.org/wiki/Transitive_closure

    The transitive closure of the adjacency relation of a directed acyclic graph (DAG) is the reachability relation of the DAG and a strict partial order. A cluster graph, the transitive closure of an undirected graph. The transitive closure of an undirected graph produces a cluster graph, a disjoint union of cliques.

  3. Reachability - Wikipedia

    en.wikipedia.org/wiki/Reachability

    The Floyd–Warshall algorithm [5] can be used to compute the transitive closure of any directed graph, which gives rise to the reachability relation as in the definition, above. The algorithm requires (| |) time and (| |) space in the worst case. This algorithm is not solely interested in reachability as it also computes the shortest path ...

  4. Directed acyclic graph - Wikipedia

    en.wikipedia.org/wiki/Directed_acyclic_graph

    For example, the directed acyclic word graph is a data structure in computer science formed by a directed acyclic graph with a single source and with edges labeled by letters or symbols; the paths from the source to the sinks in this graph represent a set of strings, such as English words. [53]

  5. Acyclic orientation - Wikipedia

    en.wikipedia.org/wiki/Acyclic_orientation

    A transitive orientation of a graph is an acyclic orientation that equals its own transitive closure. Not every graph has a transitive orientation; the graphs that do are the comparability graphs. [8] Complete graphs are special cases of comparability graphs, and transitive tournaments are special cases of transitive orientations.

  6. Suffix automaton - Wikipedia

    en.wikipedia.org/wiki/Suffix_automaton

    This equivalence relation is a transitive closure of the relation defined by (=) (=), which highlights the fact that a compacted automaton may be obtained by both gluing suffix tree vertices equivalent via = relation (minimization of the suffix tree) and gluing suffix automaton states equivalent via = relation (compaction of suffix automaton). [23]

  7. Orientation (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Orientation_(graph_theory)

    A transitive orientation is an orientation such that the resulting directed graph is its own transitive closure. The graphs with transitive orientations are called comparability graphs; they may be defined from a partially ordered set by making two elements adjacent whenever they are comparable in the partial order. [8] A transitive orientation ...

  8. Transitive relation - Wikipedia

    en.wikipedia.org/wiki/Transitive_relation

    In mathematics, a binary relation R on a set X is transitive if, for all elements a, b, c in X, whenever R relates a to b and b to c, then R also relates a to c. Every partial order and every equivalence relation is transitive. For example, less than and equality among real numbers are both transitive: If a < b and b < c then a < c; and if x ...

  9. Comparability graph - Wikipedia

    en.wikipedia.org/wiki/Comparability_graph

    A transitive orientation of a graph, if it exists, can be found in linear time. [14] However, the algorithm for doing so will assign orientations to the edges of any graph, so to complete the task of testing whether a graph is a comparability graph, one must test whether the resulting orientation is transitive, a problem provably equivalent in ...