We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transitivereduction
1 parent 6555e0d commit a3fb98bCopy full SHA for a3fb98b
src/digraph/transitivity.jl
@@ -154,7 +154,7 @@ julia> collect(edges(transitivereduction(barbell)))
154
Edge 6 => 4
155
```
156
"""
157
-function transitivereducion end
+function transitivereduction end
158
@traitfn function transitivereduction(g::::IsDirected; selflooped::Bool=false)
159
scc = strongly_connected_components(g)
160
cg = condensation(g, scc)
0 commit comments