MAX-CUT problem

GPTKB entity

Statements (33)
Predicate Object
gptkbp:instanceOf graph
theoretical computer science
gptkbp:approximationAlgorithm gptkb:Goemans–Williamson_algorithm
gptkbp:approximationRatio 0.878
gptkbp:category theoretical computer science
mathematical optimization
gptkbp:complexity gptkb:NP-hard
gptkbp:decision Is there a cut of size at least k?
gptkbp:definedIn graph
gptkbp:field combinatorial optimization
theoretical computer science
gptkbp:firstDescribed 1970s
gptkbp:goal partition the vertices into two sets to maximize the number of edges between the sets
gptkbp:hasExactAlgorithm exponential time algorithm
gptkbp:hasPolynomialTimeAlgorithm no (unless P=NP)
gptkbp:hasSpecialCase gptkb:quadratic_unconstrained_binary_optimization_(QUBO)
Boolean satisfiability problem
gptkbp:hasUnweightedVersion yes
gptkbp:hasWeightedVersion yes
https://www.w3.org/2000/01/rdf-schema#label MAX-CUT problem
gptkbp:input graph
gptkbp:output partition of vertices
gptkbp:reduces gptkb:Ising_model
gptkb:3-SAT
gptkbp:relatedTo Boolean satisfiability problem
minimum cut problem
gptkbp:solvedBy semidefinite programming
gptkbp:usedIn statistical physics
VLSI design
network design
circuit layout design
gptkbp:bfsParent gptkb:Goemans–Williamson_algorithm
gptkbp:bfsLayer 7