Skip to content

Commit

Permalink
Add README reference to https://arxiv.org/abs/1507.04774
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jul 9, 2024
1 parent 8d7dc07 commit 9b289b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
.. image:: https://circleci.com/gh/dwavesystems/minorminer.svg?style=svg
:target: https://circleci.com/gh/dwavesystems/minorminer

.. image:: https://img.shields.io/badge/arXiv-1406.2741-b31b1b.svg
:target: https://arxiv.org/abs/1406.2741

.. image:: https://img.shields.io/badge/arXiv-1507.04774-b31b1b.svg
:target: https://arxiv.org/abs/1507.04774

.. index-start-marker
==========
Expand All @@ -30,6 +36,13 @@ block in research.

[1] https://arxiv.org/abs/1406.2741

Another function, ``find_clique_embedding``, can be used to find clique embeddings
for Chimera, Pegasus, and Zephyr graphs in polynomial time. It is an implementation
of the algorithm described in [2]. There are additional utilities for finding
biclique embeddings as well.

[2] https://arxiv.org/abs/1507.04774

.. general-embedding-end-marker
Python
Expand Down

0 comments on commit 9b289b9

Please sign in to comment.