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 7 of 7 algorithms

See more
Croce, Kaminski, and Paschos2007O(2mn/(m+n))O^*(2^{mn/(m+n)})
Koivisto2006O~(mn2ωn/3)\tilde{O}(mn 2^{\omega * n / 3})
Ryan Williams2005O(m32ωn/3)O(m^3 2^{\omega * n / 3})
Scott and Sorkin2004O(219m/100)O^*(2^{19m/100})
Kulikov and Fedin2002O(2m/4)O^*(2^{m/4})
Gramm, Hirsch, Niedermeier, and Rossmanith2000O(2m/3)O^*(2^{m/3})
Brute Force1975O(m2n)O(m 2^n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table