2020
DOI: 10.1007/s00778-020-00602-z
|View full text |Cite
|
Sign up to set email alerts
|

Efficient maximum clique computation and enumeration over large sparse graphs

Abstract: This paper studies the problem of maximum clique computation (MCC) over sparse graphs, as large real-world graphs are usually sparse. In the literature, the problem of MCC over sparse graphs has been studied separately and less extensively than its dense counterpart-MCC over dense graphs-and advanced algorithmic techniques that are developed for MCC over dense graphs have not been utilized in the existing MCC solvers for sparse graphs. In this paper, we design an algorithm MC-BRB for sparse graphs which transf… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2020
2020
2022
2022

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 21 publications
(19 citation statements)
references
References 52 publications
0
19
0
Order By: Relevance
“…Definition 3.2: (Maximal Balanced Clique) Given a signed network G = (V, E + , E − ), a maximal balanced clique C is a maximal subgraph of G that satisfies the following constraints: [26], [27], our MBCS problem is also NP-Hard.…”
Section: Problem Statementmentioning
confidence: 99%
See 1 more Smart Citation
“…Definition 3.2: (Maximal Balanced Clique) Given a signed network G = (V, E + , E − ), a maximal balanced clique C is a maximal subgraph of G that satisfies the following constraints: [26], [27], our MBCS problem is also NP-Hard.…”
Section: Problem Statementmentioning
confidence: 99%
“…Maximum clique search problem is a fundamental and hot research topic in graph analysis. In the literature, numerous studies have been conducted, such as maximum clique search [26], [27], maximum quasiclique search [28], maximum bi-clique search [29], k*-partite clique with maximum edges [30], clique with maximum edge/vertex weight on weighted graph [31], [32]. Motivated by this, we aim to devise a maximum balanced clique search algorithm to find out the balanced clique with maximum vertex size, which can scale to large-scale real signed networks (with more than 100 million edges).…”
Section: Introductionmentioning
confidence: 99%
“…Chang [40,41] notes that even though a lot of real-world networks are usually sparse, MC has been more extensively studied for dense instances. Thus, the authors propose a branch-and-reduce algorithm that leverages the existing work on MC for dense instances by transforming an instance of MC over a sparse graph to instances of k-clique finding (KCF) over dense subgraphs.…”
Section: Finding and Enumerating Maximum Cliquesmentioning
confidence: 99%
“…The set S(u i ) are used as search area to find the maximum clique including u i in [36]- [38]. If the vertices are sorted in the reverse degeneracy ordering computed by the Core-matrix algorithm, then N K(u i ) = S(u i ).…”
Section: Basic Conceptsmentioning
confidence: 99%