File: dag.rst

package info (click to toggle)
networkx 2.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,764 kB
  • sloc: python: 78,797; makefile: 141; javascript: 120
file content (22 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
***********************
Directed Acyclic Graphs
***********************

.. automodule:: networkx.algorithms.dag
.. autosummary::
   :toctree: generated/

   ancestors
   descendants
   topological_sort
   all_topological_sorts
   lexicographical_topological_sort
   is_directed_acyclic_graph
   is_aperiodic
   transitive_closure
   transitive_closure_dag
   transitive_reduction
   antichains
   dag_longest_path
   dag_longest_path_length
   dag_to_branching