English
Related papers

Related papers: Finding cliques and dense subgraphs using edge que…

200 papers

Finding the largest clique is a notoriously hard problem, even on random graphs. It is known that the clique number of a random graph G(n,1/2) is almost surely either k or k+1, where k = 2log n - 2log(log n) - 1. However, a simple greedy…

Data Structures and Algorithms · Computer Science 2008-09-22 Atish Das Sarma , Amit Deshpande , Ravi Kannan

We consider the question of how many edge-disjoint near-maximal cliques may be found in the dense Erd\H{o}s-R\'enyi random graph $G(n,p)$. Recently Acan and Kahn showed that the largest such family contains only $O(n^2/(\log{n})^3)$…

Combinatorics · Mathematics 2025-10-15 Simon Griffiths , Letícia Mattos

Consider algorithms with unbounded computation time that probe the entries of the adjacency matrix of an $n$ vertex graph, and need to output a clique. We show that if the input graph is drawn at random from $G_{n,\frac{1}{2}}$ (and hence…

Combinatorics · Mathematics 2018-09-20 Uriel Feige , David Gamarnik , Joe Neeman , Miklós Z. Rácz , Prasad Tetali

We consider a problem introduced by Feige, Gamarnik, Neeman, R\'acz and Tetali [2020], that of finding a large clique in a random graph $G\sim G(n,\frac{1}{2})$, where the graph $G$ is accessible by queries to entries of its adjacency…

Data Structures and Algorithms · Computer Science 2021-12-14 Uriel Feige , Tom Ferster

Finding a Maximum Clique is a classic property test from graph theory; find any one of the largest complete subgraphs in an Erd\"os-R\'enyi G(N, p) random graph. We use Maximum Clique to explore the structure of the problem as a function of…

Disordered Systems and Neural Networks · Physics 2023-05-26 Raffaele Marino , Scott Kirkpatrick

We investigate the number of maximal cliques, i.e., cliques that are not contained in any larger clique, in three network models: Erd\H{o}s-R\'enyi random graphs, inhomogeneous random graphs (also called Chung-Lu graphs), and geometric…

Combinatorics · Mathematics 2024-11-27 Thomas Bläsius , Maximillian Katzmann , Clara Stegehuis

Consider an Erd\"os-Renyi random graph in which each edge is present independently with probability 1/2, except for a subset $\sC_N$ of the vertices that form a clique (a completely connected subgraph). We consider the problem of…

Probability · Mathematics 2013-04-29 Yash Deshpande , Andrea Montanari

We consider a problem of approximating the size of the largest clique in a graph, with a monotone circuit. Concretely, we focus on distinguishing a random Erd\H{o}s-Renyi graph $\mathcal{G}_{n,p}$, with $p=n^{-\frac{2}{\alpha-1}}$ chosen…

Computational Complexity · Computer Science 2025-01-17 Jarosław Błasiok , Linus Meierhöfer

We prove that for $k \ll \sqrt[4]{n}$ regular resolution requires length $n^{\Omega(k)}$ to establish that an Erd\H{o}s-R\'enyi graph with appropriately chosen edge density does not contain a $k$-clique. This lower bound is optimal up to…

Computational Complexity · Computer Science 2020-12-18 Albert Atserias , Ilario Bonacina , Susanna F. de Rezende , Massimo Lauria , Jakob Nordström , Alexander Razborov

We consider random simple temporal graphs in which every edge of the complete graph $K_n$ appears once within the time interval [0,1] independently and uniformly at random. Our main result is a sharp threshold on the size of any maximum…

The MaxClique problem, finding the largest complete subgraph in an Erd{\"o}s-R{\'e}nyi $G(N,p)$ random graph in the large $N$ limit, is a well-known example of a simple problem for which finding any approximate solution within a factor of…

Data Structures and Algorithms · Computer Science 2023-05-26 Raffaele Marino , Scott Kirkpatrick

There are many methods to find a maximum (or maximal) clique in large networks. Due to the nature of combinatorics, computation becomes exponentially expensive as the number of vertices in a graph increases. Thus, there is a need for…

Social and Information Networks · Computer Science 2022-07-27 S. Y. Chan , K. Morgan , J. Ugon

This paper studies the problem of detecting the presence of a small dense community planted in a large Erd\H{o}s-R\'enyi random graph $\mathcal{G}(N,q)$, where the edge probability within the community exceeds $q$ by a constant factor.…

Statistics Theory · Mathematics 2015-03-13 Bruce Hajek , Yihong Wu , Jiaming Xu

Emergence of dominating cliques in Erd\"os-R\'enyi random graph model ${\bbbg(n,p)}$ is investigated in this paper. It is shown this phenomenon possesses a phase transition. Namely, we have argued that, given a constant probability $p$, an…

Combinatorics · Mathematics 2008-05-15 Martin Nehez , Daniel Olejar , Michal Demetrian

A clique in an undirected graph G= (V, E) is a subset V' V of vertices, each pair of which is connected by an edge in E. The clique problem is an optimization problem of finding a clique of maximum size in graph. The clique problem is…

Discrete Mathematics · Computer Science 2007-10-04 Murali Krishna P , Sabu . M Thampi

Recently Chase determined the maximum possible number of cliques of size $t$ in a graph on $n$ vertices with given maximum degree. Soon afterward, Chakraborti and Chen answered the version of this question in which we ask that the graph…

Combinatorics · Mathematics 2023-08-14 Rachel Kirsch , Jamie Radcliffe

We analyze the number of cliques of given size and the size of the largest clique in tensor product $G \times H$ of two Erd\H{o}s-R\'enyi graphs $G$ and $H$. Then an extended clustering coefficient is introduced and is studied for $G \times…

Combinatorics · Mathematics 2024-08-15 Umit Islak , Bugra Incekara

The well-known Erd\H{o}s-Hajnal conjecture states that for any graph $F$, there exists $\epsilon>0$ such that every $n$-vertex graph $G$ that contains no induced copy of $F$ has a homogeneous set of size at least $n^{\epsilon}$. We consider…

Combinatorics · Mathematics 2023-05-03 Maria Axenovich , Domagoj Bradač , Lior Gishboliner , Dhruv Mubayi , Lea Weber

We study the size of the largest clique $\omega(G(n,\alpha))$ in a random graph $G(n,\alpha)$ on $n$ vertices which has power-law degree distribution with exponent $\alpha$. We show that for `flat' degree sequences with $\alpha>2$ whp the…

Combinatorics · Mathematics 2009-05-06 Svante Janson , Tomasz Łuczak , Ilkka Norros

Maximal clique enumeration is a fundamental graph mining task, but its utility is often limited by computational intractability and highly redundant output. To address these challenges, we introduce \emph{$\rho$-dense aggregators}, a novel…

Data Structures and Algorithms · Computer Science 2025-12-04 Noga Alon , Sabyasachi Basu , Shweta Jain , Haim Kaplan , Jakub Łącki , Blair D. Sullivan
‹ Prev 1 2 3 10 Next ›