# Solving large Maximum Clique problems on a quantum annealer

**Authors:** Elijah Pelofske, Georg Hahn, Hristo N. Djidjev

arXiv: 1901.07657 · 2022-10-27

## TL;DR

This paper explores methods to decompose large Maximum Clique problems into smaller subproblems suitable for quantum annealers, employing heuristics and graph analysis to improve solution efficiency.

## Contribution

It introduces novel decomposition and pruning techniques tailored for quantum annealing to handle large-scale Maximum Clique problems.

## Key findings

- Effective decomposition reduces problem size for quantum annealers
- Pruning strategies eliminate non-contributing subproblems
- Enhanced solution quality with reduced computational effort

## Abstract

Commercial quantum annealers from D-Wave Systems can find high quality solutions of quadratic unconstrained binary optimization problems that can be embedded onto its hardware. However, even though such devices currently offer up to 2048 qubits, due to limitations on the connectivity of those qubits, the size of problems that can typically be solved is rather small (around 65 variables). This limitation poses a problem for using D-Wave machines to solve application-relevant problems, which can have thousands of variables. For the important Maximum Clique problem, this article investigates methods for decomposing larger problem instances into smaller ones, which can subsequently be solved on D-Wave. During the decomposition, we aim to prune as many generated subproblems that do not contribute to the solution as possible, in order to reduce the computational complexity. The reduction methods presented in this article include upper and lower bound heuristics in conjunction with graph decomposition, vertex and edge extraction, and persistency analysis.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.07657/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1901.07657/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1901.07657/full.md

---
Source: https://tomesphere.com/paper/1901.07657