igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

Add `igraph_transitive_closure()` to R #1350

Open szhorvat opened 2 months ago

szhorvat commented 2 months ago

Add igraph_transitive_closure() to R. It computes the transitive closure of a (typically directed) graph. I suggest the name transitive_closure().