igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] maximal.cliques returns duplicates


From: Tamás Nepusz
Subject: Re: [igraph] maximal.cliques returns duplicates
Date: Mon, 18 Nov 2013 16:04:51 +0100

Hi,

First, please consider upgrading to igraph 0.6.5 as this is the most recent version. If you still experience this problem with igraph 0.6.5, please send us the graph that produces this result.

All the best,
-- 
T.

On Monday, 18 November 2013 at 16:00, Tony Larson wrote:

Hi,
I am using igraph 0.6.2 on R. When I use maximal.cliques() to get a list of complete subgraphs back, several have partly duplicated values, e.g

[1] 1 2 3 4 5
[2] 1 2 3 4 5 7 8
[3] 1 2 3 4 5 6

If all vertices in each listing are completely connected, then why in the example above don't I get  single list entry for indices 1:8? Why do I get 3? How can I merge these into one list item?

Thanks
Tony

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help


reply via email to

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