“…Use Case 2: Maximal Clique Listing Maximal clique listing, in which one enumerates all maximal cliques (i.e., fully-connected subgraphs not contained in a larger such subgraph) in a graph, is one of core graph mining problems [29,37,42,43,49,67,71,72,79,82,84,95,105,109,111,118,124,125,130]. The recursive backtracking algorithm by Bron and Kerbosch (BK) [24] together with a series of enhancements [42,51,52,117] (see Algorithm 4) is an established and, in practice, the most ecient way of solving this problem.…”