• Thumbnail for Directed acyclic graph
    mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists...
    45 KB (5,646 words) - 17:54, 7 June 2025
  • Thumbnail for Directed graph
    more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed edges, often called...
    16 KB (1,937 words) - 05:02, 12 April 2025
  • Thumbnail for Hypergraph
    since it is not transitive. The graph corresponding to the Levi graph of this generalization is a directed acyclic graph. Consider, for example, the generalized...
    51 KB (6,847 words) - 21:34, 19 June 2025
  • Acyclic graph may refer to: Directed acyclic graph, a directed graph without any directed cycles Forest (graph theory), an undirected acyclic graph Polytree...
    238 bytes (62 words) - 20:55, 23 November 2021
  • Thumbnail for Tree (graph theory)
    undirected graph is a tree. A polyforest (or directed forest or oriented forest) is a directed acyclic graph whose underlying undirected graph is a forest...
    27 KB (3,385 words) - 16:11, 18 July 2025
  • Thumbnail for Cycle (graph theory)
    acyclic graph. A directed graph without directed cycles is called a directed acyclic graph. A connected graph without cycles is called a tree. A circuit...
    15 KB (1,857 words) - 03:10, 25 February 2025
  • Directed acyclic word graph (DAWG) may refer to two related, but distinct, automata constructions in computer science: Deterministic acyclic finite state...
    325 bytes (77 words) - 14:53, 23 July 2019
  • thing as a forest. An acyclic directed graph, which is a digraph without directed cycles, is often called a directed acyclic graph, especially in computer...
    109 KB (16,011 words) - 12:09, 30 June 2025
  • Thumbnail for Deterministic acyclic finite state automaton
    takes the form of a directed acyclic graph with a single source vertex (a vertex with no incoming edges), in which each edge of the graph is labeled by a...
    8 KB (972 words) - 22:18, 24 June 2025
  • Lowest common ancestor (category Trees (graph theory))
    called least common ancestor) of two nodes v and w in a tree or directed acyclic graph (DAG) T is the lowest (i.e. deepest) node that has both v and w as descendants...
    24 KB (2,991 words) - 12:38, 19 April 2025
  • A propositional directed acyclic graph (PDAG) is a data structure that is used to represent a Boolean function. A Boolean function can be represented as...
    3 KB (384 words) - 05:37, 24 March 2025
  • Thumbnail for Layered graph drawing
    construction of a layered graph drawing proceeds in a sequence of steps: If the input graph is not already a directed acyclic graph, a set of edges is identified...
    19 KB (2,246 words) - 16:17, 27 May 2025
  • A graph without a cycle, especially A directed acyclic graph An acyclic complex is a chain complex all of whose homology groups are zero An acyclic sheaf...
    643 bytes (129 words) - 16:53, 14 July 2025
  • Thumbnail for Feedback arc set
    the graph. Removing these edges from the graph breaks all of the cycles, producing an acyclic subgraph of the given graph, often called a directed acyclic...
    54 KB (6,116 words) - 02:17, 25 June 2025
  • which handled only directed acyclic graphs. At its simplest, DOT can be used to describe an undirected graph. An undirected graph shows simple relations...
    10 KB (987 words) - 08:20, 17 June 2025
  • Thumbnail for Acyclic orientation
    any directed cycle and therefore makes it into a directed acyclic graph. Every graph has an acyclic orientation. The chromatic number of any graph equals...
    9 KB (1,081 words) - 19:18, 2 November 2024
  • Thumbnail for Strongly connected component
    a single vertex, the resulting graph is a directed acyclic graph, the condensation of G. A directed graph is acyclic if and only if it has no strongly...
    13 KB (1,642 words) - 00:44, 18 June 2025
  • Longest path problem (category Graph algorithms)
    Longest paths of directed acyclic graphs may also be applied in layered graph drawing: assigning each vertex v of a directed acyclic graph G to the layer...
    22 KB (2,662 words) - 06:47, 12 May 2025
  • Transitive reduction (category Graph theory)
    possible among all graphs with that property. The transitive reduction of a finite directed acyclic graph (a directed graph without directed cycles) is unique...
    16 KB (2,279 words) - 19:58, 12 October 2024
  • Topological sorting (category Directed acyclic graphs)
    ordering is possible if and only if the graph has no directed cycles, that is, if it is a directed acyclic graph (DAG). Any DAG has at least one topological...
    23 KB (3,170 words) - 16:32, 22 June 2025
  • Thumbnail for Shortest path problem
    shortest path problem in time Θ(E + V) in arbitrarily-weighted directed acyclic graphs. The following table is taken from Schrijver (2004), with some...
    46 KB (4,790 words) - 00:08, 24 June 2025
  • Zero-suppressed decision diagram And-inverter graph Directed graph Directed acyclic graph Propositional directed acyclic graph Multigraph Hypergraph Lightmap Winged...
    9 KB (914 words) - 05:55, 20 March 2025
  • Thumbnail for Graph (discrete mathematics)
    (or directed forest or oriented forest) is a directed acyclic graph whose underlying undirected graph is a forest. More advanced kinds of graphs are:...
    28 KB (3,671 words) - 21:37, 19 July 2025
  • Thumbnail for Polytree
    Polytree (redirect from Directed tree)
    specifically in graph theory, a polytree (also called directed tree, oriented tree or singly connected network) is a directed acyclic graph whose underlying...
    8 KB (852 words) - 17:23, 20 July 2025
  • f_{AB},f_{AC},f_{AD}} . If the network structure of the model is a directed acyclic graph, the model represents a factorization of the joint probability of...
    11 KB (1,278 words) - 04:58, 15 April 2025
  • Thumbnail for Randomized experiment
    kinds of issues, statisticians or econometricians nowadays use directed acyclic graph.[needs update] A/B testing Allocation concealment Random assignment...
    15 KB (1,597 words) - 14:48, 18 July 2025
  • Thumbnail for Maximum flow problem
    Maximum flow problem (category Computational problems in graph theory)
    have flow 1 {\displaystyle 1} in an integral max-flow. Given a directed acyclic graph G = ( V , E ) {\displaystyle G=(V,E)} , we are to find the minimum...
    42 KB (5,243 words) - 08:03, 12 July 2025
  • represents a set of variables and their conditional dependencies via a directed acyclic graph (DAG). While it is one of several forms of causal notation, causal...
    53 KB (6,630 words) - 21:10, 4 April 2025
  • Thumbnail for Orientation (graph theory)
    graph. A directed graph is called an oriented graph if none of its pairs of vertices is linked by two mutually symmetric edges. Among directed graphs, the...
    8 KB (961 words) - 04:21, 21 June 2025
  • usually directed acyclic graphs (DAG), although in some applications graphs containing cycles[clarification needed] may be permitted. For example, a graph containing...
    8 KB (872 words) - 07:36, 30 June 2025