Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

e2180c6 · Dec 21, 2020

History

History
23 lines (18 loc) · 654 Bytes

max_cut.rst

File metadata and controls

23 lines (18 loc) · 654 Bytes

Maximum Cut

A maximum cut is a subset of a graph's vertices such that the number of edges between this subset and the remaining vertices is as large as possible.

image

Maximum cut for a Chimera unit cell: the blue line around the subset of nodes {4, 5, 6, 7} cuts 16 edges; adding or removing a node decreases the number of edges between the two complementary subsets of the graph.

.. automodule:: dwave.plugins.networkx.algorithms.max_cut
.. autosummary::
   :toctree: generated/

    maximum_cut
    weighted_maximum_cut