> I was wondering if igraph (or linkcomm) might have any command for locating > the triangles (or k-cliques) in a (massive) graph?
What’s wrong with igraph_maximal_cliques (in the C core; in R it is maximal.cliques(), in Python it is Graph.maximal_cliques())? T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
