Functionsยง
- get_
descendants - Computes a mapping: vertex -> set of vertices that are descendants of vertex.
- transitive_
closure - Returns a new DAG that is a transitive closure of a DAG.
- transitive_
reduction - Returns a new DAG that is a transitive reduction of a DAG.