Contents:
Acyclify a directed graph by iteratively removing cycle-inducing edges with the lowest weights
digraph (DiGraph) – Directed graph
DiGraph
edge_attr (str) – Attribute key for edge weights
str
Acyclic directed graph
Caution
This might not be reproducible due to the unstable order of identified cycles.