[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Locating triangles in (directed) (massive) graphs
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Locating triangles in (directed) (massive) graphs |
Date: |
Mon, 10 Feb 2014 09:30:08 +0100 |
> 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.