Randomized heuristic for the maximum clique problem

05/10/2020
by   , et al.
0

A clique in a graph is a set of vertices that are all directly connected to each other i.e. a complete sub-graph. A clique of the largest size is called a maximum clique. Finding the maximum clique in a graph is an NP-hard problem and it cannot be solved by an approximation algorithm that returns a solution within a constant factor of the optimum. In this work, we present a simple and very fast randomized algorithm for the maximum clique problem. We also provide Java code of the algorithm in our git repository. Results show that the algorithm is able to find reasonably good solutions to some randomly chosen DIMACS benchmark graphs. Rather than aiming for optimality, we aim to find good solutions very fast.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/15/2020

GCLIQUE: An Open Source Genetic Algorithm for the Maximum Clique Problem

A clique in a graph is a set of vertices that are all connected to each ...
research
09/11/2022

Hard Optimization Problems have Soft Edges

Finding a Maximum Clique is a classic property test from graph theory; f...
research
02/13/2013

A Sufficiently Fast Algorithm for Finding Close to Optimal Junction Trees

An algorithm is developed for finding a close to optimal junction tree o...
research
01/10/2013

Pre-processing for Triangulation of Probabilistic Networks

The currently most efficient algorithm for inference with a probabilisti...
research
03/10/2020

Circuit Synthesis of Maximum Clique Problem using Combinatorial Approach of Classical-Quantum Hybrid Model

In the Maximum Clique Problem, the objective is to find a clique whose s...
research
08/04/2023

Group-k consistent measurement set maximization via maximum clique over k-Uniform hypergraphs for robust multi-robot map merging

This paper unifies the theory of consistent-set maximization for robust ...
research
09/20/2021

Parallel Algorithms for Finding Large Cliques in Sparse Graphs

We present a parallel k-clique listing algorithm with improved work boun...

Please sign up or login with your details

Forgot password? Click here to reset