in reply to Re^2: Sub set where all are connected
in thread Sub set where all are connected
> I expect cliques of hundreds of members, if not thousands.
Wait ... How many nodes does your graph have?
😳
Probably you are better off investigating the complement graph.
You could also sort all nodes by the number of their neighbours.
An n-clique is only possible if there are at least n nodes with at least n-1 neighbors.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sub set where all are connected
by Sanjay (Sexton) on Nov 29, 2019 at 15:11 UTC | |
by LanX (Saint) on Nov 29, 2019 at 15:23 UTC |