2019
DOI: 10.1007/s00778-019-00540-5
|View full text |Cite
|
Sign up to set email alerts
|

Incremental maintenance of maximal cliques in a dynamic graph

Abstract: We consider the maintenance of the set of all maximal cliques in a dynamic graph that is changing through the addition or deletion of edges. We present nearly tight bounds on the magnitude of change in the set of maximal cliques, as well as the first change-sensitive algorithms for clique maintenance, whose runtime is proportional to the magnitude of the change in the set of maximal cliques. We present experimental results showing these algorithms are efficient in practice, and are faster than prior work by tw… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
15
0
1

Year Published

2020
2020
2022
2022

Publication Types

Select...
7
1
1

Relationship

2
7

Authors

Journals

citations
Cited by 31 publications
(18 citation statements)
references
References 48 publications
0
15
0
1
Order By: Relevance
“…k团问题 [22,23] 的定义为: 给定一个无向图, 找到所有包含k个 顶点的团. [30] 2010 Cheng [31] 2015 Xu [32] 2017 Sun [33] 2019 Das [34] 2020 Das [35] 2001 Kose [39] 2017 Yu [40] 2019 Yu [75] 1977 Tsukiyama [59] 2004 Makino [60] 2013 Chang [61] 2015 Comin [62] 2016 Conte [63] 1973 Bron [41] 2001 Koch [69] 2004 Tomita [58] 2006 Du [70] 2014 Xu [71] 2019 Li [73] On special graphs On general graphs 1965 Fulkerson [24] 1985 Chiba [27] 1992 Jerrum [28] 1993 Blair [29] 1995 Prisner [25] 2003 Spinrad [26] On uncertain graphs 2016 Mukherjee [36] 2019 Li [37] 图 2 MCE算法的分类 [36,37] . 在动态图上维护更新极大团枚举结果的工作由Stix在2004年首次提出 [30] , 对于图中的一条新增 边u → v, Stix对包含u的极大团和包含v的极大团进行笛卡尔积, 生成新图中所有可能存在的极大 团并一一验证.…”
Section: 一个图中的极大独立集与其补图中的极大团一一对应 因此极大独立集枚举问题是极大团枚举unclassified
“…k团问题 [22,23] 的定义为: 给定一个无向图, 找到所有包含k个 顶点的团. [30] 2010 Cheng [31] 2015 Xu [32] 2017 Sun [33] 2019 Das [34] 2020 Das [35] 2001 Kose [39] 2017 Yu [40] 2019 Yu [75] 1977 Tsukiyama [59] 2004 Makino [60] 2013 Chang [61] 2015 Comin [62] 2016 Conte [63] 1973 Bron [41] 2001 Koch [69] 2004 Tomita [58] 2006 Du [70] 2014 Xu [71] 2019 Li [73] On special graphs On general graphs 1965 Fulkerson [24] 1985 Chiba [27] 1992 Jerrum [28] 1993 Blair [29] 1995 Prisner [25] 2003 Spinrad [26] On uncertain graphs 2016 Mukherjee [36] 2019 Li [37] 图 2 MCE算法的分类 [36,37] . 在动态图上维护更新极大团枚举结果的工作由Stix在2004年首次提出 [30] , 对于图中的一条新增 边u → v, Stix对包含u的极大团和包含v的极大团进行笛卡尔积, 生成新图中所有可能存在的极大 团并一一验证.…”
Section: 一个图中的极大独立集与其补图中的极大团一一对应 因此极大独立集枚举问题是极大团枚举unclassified
“…Our approach is to regenerate the query graph whenever a new batch of queries arrives. However, an approach based on a dynamic query graph [9] could improve the overall query processing time, because it would eliminate the need to regenerate the query graph from scratch. -A possible method of reducing the size of the query graph is to represent complex queries which have a pre-determined, regular structure as single nodes in the graph.…”
Section: Limitationsmentioning
confidence: 99%
“…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.…”
Section: High-performance and Simplicitymentioning
confidence: 99%