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

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

  6. Glossary of graph theory - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_graph_theory

    2. A color class of a colored graph is the set of vertices or edges having one particular color. 3. In the context of Vizing's theorem, on edge coloring simple graphs, a graph is said to be of class one if its chromatic index equals its maximum degree, and class two if its chromatic index equals one plus the degree. According to Vizing's ...

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

  8. Mathematical diagram - Wikipedia

    en.wikipedia.org/wiki/Mathematical_diagram

    A Hasse diagram is a simple picture of a finite partially ordered set, forming a drawing of the partial order's transitive reduction. Concretely, one represents each element of the set as a vertex on the page and draws a line segment or curve that goes upward from x to y precisely when x < y and there is no z such that x < z < y.

  9. Dependency graph - Wikipedia

    en.wikipedia.org/wiki/Dependency_graph

    A depends on B and C; B depends on D. Given a set of objects and a transitive relation with (,) modeling a dependency "a depends on b" ("a needs b evaluated first"), the dependency graph is a graph = (,) with the transitive reduction of R.