2013
DOI: 10.1145/2543629
|View full text |Cite
|
Sign up to set email alerts
|

Listing All Maximal Cliques in Large Sparse Real-World Graphs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
53
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
5
3
1

Relationship

1
8

Authors

Journals

citations
Cited by 112 publications
(54 citation statements)
references
References 41 publications
1
53
0
Order By: Relevance
“…The overall number of subsets to investigate is at most 2 d · n. Since d is often very small, this simple algorithm can serve as a basis for efficient CLIQUE algorithms. The approach based on degeneracy can also be used to enumerate all maximal cliques in O(3 d/3 · n) time [25].…”
Section: The Clique Problem From the Viewpoint Of Multivariate Algorimentioning
confidence: 99%
“…The overall number of subsets to investigate is at most 2 d · n. Since d is often very small, this simple algorithm can serve as a basis for efficient CLIQUE algorithms. The approach based on degeneracy can also be used to enumerate all maximal cliques in O(3 d/3 · n) time [25].…”
Section: The Clique Problem From the Viewpoint Of Multivariate Algorimentioning
confidence: 99%
“…Though these bounded time delay algorithms are theoretically efficient, Bron-Kerbosch-derived algorithms are much faster in practice. As noted by Conte et al [16], their algorithm (which is at present the fastest bounded time delay algorithm) is 3.7 times slower than the Bron-Kerbosch-derived algorithm by Eppstein et al [8] on sparse graphs, which is itself slower than the algorithm by Tomita et al [7] on dense and medium-density instances that we consider here. Even though the algorithm by Tomita et al [7] has worst-case exponential time, repeated experiments show that it is fast on a variety of benchmark instances [7,8,17,18,19].…”
Section: Introductionmentioning
confidence: 62%
“…Empirically, we observe that the SCT is quite small. In the worst-case, | SCT (G)| = O(n3 α /3 ), which follows from arguments by Eppstein-Löeffler-Strash [12] and Tomita-Tanaka-Takahashi [29] (an exponential dependence is necessary because of the NP-hardness of maximum clique). We give a detailed description in §5…”
Section: Main Ideasmentioning
confidence: 92%
“…Thus, this method cannot scale to counting larger cliques, since the number of cliques is simply too large. Our main insight is that the method of pivoting, used to reduce recursion trees for maximal clique enumeration [7,12], can be applied to counting cliques of all sizes.…”
Section: Main Contributionsmentioning
confidence: 99%