igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Limiting the number of cliques


From: Gábor Csárdi
Subject: Re: [igraph] Limiting the number of cliques
Date: Mon, 28 Sep 2015 06:03:04 +0200

On Sun, Sep 27, 2015 at 9:55 PM, Lorenzo Isella
<address@hidden> wrote:
[...]
> Hi,
> And thanks for your reply.
> Well, I am working with the R bindings and my C was poor years ago
> (and now poor and rusty).
> I am not looking for maximal cliques, just for cliques of a certain
> size, but I really hope there is a way to limit the number of results
> also in the R interface.
> Cheers

I don't think there is a direct way currently. You can try to sample
your graph to get smaller subgraphs, and then search for cliques
there.

Gabor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]