Skip to main content
. Author manuscript; available in PMC: 2022 Jan 1.
Published in final edited form as: J Am Stat Assoc. 2020 Apr 13;116(533):54–67. doi: 10.1080/01621459.2020.1738234

Algorithm 4:

Clique-based selection

1. Form graph G based on (4.3).
2. Form Q, the set of all vertex sets that form a maximal clique in G. Each vertex set is initialized with a child set equal to itself.
3. While there exists a pair of vertex sets A,BQ that the algorithm has not tried yet:
  (a) Determine if C = AB forms a γ-quasi-clique in G. If so, add C as a new vertex set into Q, with A and B as its two children sets.
4. Return the largest vertex set in Q.