is_dag
Determines whether the input graph is a directed acyclic graph (DAG).
sasviya.network.utils.utils.is_dag(g)
Parameters
- g : SAS graph object
-
Specifies the input graph to assess.
Returns
- bool
-
Indicates whether the input graph is a directed acyclic graph (DAG).
Last updated: July 28, 2026