Hard Optimization Problems have Soft Edges

09/11/2022
by   Raffaele Marino, et al.
0

Finding a Maximum Clique is a classic property test from graph theory; find any one of the largest complete subgraphs in an Erdös-Rényi G(N,p) random graph. It is the simplest of many such problems in which algorithms requiring only a small power of N steps cannot reach solutions which probabilistic arguments show must exist, exposing an inherently "hard" phase within the solution space of the problem. Such "hard" phases are seen in many NP-Complete problems, in the limit when N →∞. But optimization problems arise and must be solved at finite N. We use this simplest case, MaxClique, to explore the structure of the problem as a function of N and K, the clique size. It displays a complex phase boundary, a staircase of steps at each of which 2 log_2N and K_max, the maximum size of clique that can be found, increase by 1. Each of its boundaries have finite width, and these widths allow local algorithms to find cliques beyond the limits defined by the study of infinite systems. We explore the performance of a number of extensions of traditional fast local algorithms, and find that much of the "hard" space remains accessible at finite N. The "hidden clique" problem embeds a clique somewhat larger than those which occur naturally in a G(N,p) random graph. Since such a clique is unique, we find that local searches which stop early, once evidence for the hidden clique is found, may outperform the best message passing or spectral algorithms.

READ FULL TEXT
research
05/10/2020

Randomized heuristic for the maximum clique problem

A clique in a graph is a set of vertices that are all directly connected...
research
01/02/2019

Clique-Width for Hereditary Graph Classes

Clique-width is a well-studied graph parameter owing to its use in under...
research
07/24/2018

Revisiting the Challenges of MaxClique

The MaxClique problem, finding the maximum complete subgraph in an E-R G...
research
08/17/2020

A unified algorithm for colouring graphs of bounded clique-width

Clique-width is one of the graph complexity measures leading to polynomi...
research
01/03/2021

Computing Cliques and Cavities in Networks

Complex networks have complete subgraphs such as nodes, edges, triangles...
research
02/01/2022

Evidence for Super-Polynomial Advantage of QAOA over Unstructured Search

We compare the performance of several variations of the Quantum Alternat...
research
02/26/2018

On tradeoffs between width- and fill-like graph parameters

In this work we consider two two-criteria optimization problems: given a...

Please sign up or login with your details

Forgot password? Click here to reset