enow.com Web Search

Search results

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

    en.wikipedia.org/wiki/Transitive_reduction

    The transitive reduction of a finite directed graph G is a graph with the fewest possible edges that has the same reachability relation as the original graph. That is, if there is a path from a vertex x to a vertex y in graph G, there must also be a path from x to y in the transitive reduction of G, and vice versa.

  3. Directed acyclic graph - Wikipedia

    en.wikipedia.org/wiki/Directed_acyclic_graph

    In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called arcs ), with each edge directed from one vertex to another, such that following those directions will never form a closed loop.

  4. Reachability - Wikipedia

    en.wikipedia.org/wiki/Reachability

    If is acyclic, then its reachability relation is a partial order; any partial order may be defined in this way, for instance as the reachability relation of its transitive reduction. [2] A noteworthy consequence of this is that since partial orders are anti-symmetric, if s {\displaystyle s} can reach t {\displaystyle t} , then we know that t ...

  5. Partially ordered set - Wikipedia

    en.wikipedia.org/wiki/Partially_ordered_set

    Specifically, taking a strict partial order relation (, <), a directed acyclic graph (DAG) may be constructed by taking each element of to be a node and each element of < to be an edge. The transitive reduction of this DAG [b] is then the Hasse diagram. Similarly this process can be reversed to construct strict partial orders from certain DAGs.

  6. 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.

  7. 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.

  8. Dedekind–MacNeille completion - Wikipedia

    en.wikipedia.org/wiki/Dedekind–MacNeille...

    The transitive reduction or covering graph of the Dedekind–MacNeille completion describes the order relation between its elements in a concise way: each neighbor of a cut must remove an element of the original partial order from either the upper or lower set of the cut, so each vertex has at most n neighbors.

  9. Talk:Directed acyclic graph - Wikipedia

    en.wikipedia.org/wiki/Talk:Directed_acyclic_graph

    "DAG", not "dag", is what I've seen, but it is not used in graph theory aside from the computer science side, and it is an inaccurate name, as it is not an acyclic graph that is directed. The proper descriptive name, generally used in graph theory, is "acyclic directed graph" (or digraph), as it is a digraph without (directed) cycles.