1 Jul
2013
1 Jul
'13
8:18 a.m.
Dear all Boost users, I need to count all cliques of a given size in an undirected graph. I am using Boost Graph and I have found the Bron-Kerbosch algorithm implemented in version 1.53 but not documented. My question is two-fold: 1) why the algorithm is somehow hidden? 2) Is this algorithm able to count the occurrencies of cliques of a certain dimension or just the maximal cliques? Best, Andrea Cassioli