Maximum Cut

Given a graph G=(V,E)G=(V, E) with edge weights ce>0c_e > 0 for all eEe\in E, find a cut δ(W)\delta(W) such that c(δ(W)):=Σe\dela(W)cec(\delta(W)):=\Sigma_{e\in \dela(W)} c_e is as large as possible.

Parameters

  • nn: number of vertices
  • mm: number of edges

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Brute Force1975O(m2n)O(m 2^n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table