Content deleted Content added
m Standard headings/general fixes |
Citation bot (talk | contribs) Alter: title. Add: chapter. Removed parameters. | Use this bot. Report bugs. | Suggested by Headbomb | Linked from Wikipedia:WikiProject_Academic_Journals/Journals_cited_by_Wikipedia/Sandbox3 | #UCB_webform_linked 1065/2306 |
||
(27 intermediate revisions by 14 users not shown) | |||
Line 1:
The '''
The algorithm is based on [[semidefinite programming]]. It can be derandomized using, e.g., the techniques from <ref>{{citation|last1=Sivakumar |first1=D. |title=Proceedings of the thiry-fourth annual ACM symposium on Theory of computing |chapter=Algorithmic derandomization via complexity theory |date=19 May 2002 |pages=619–626 |doi=10.1145/509907.509996|isbn=1581134959 |s2cid=94045 }}</ref> to yield a deterministic [[polynomial-time]] algorithm with the same approximation guarantees.
==Comparison to random assignment==
[[Johan Håstad]] has shown that, assuming P ≠ NP, no polynomial-time algorithm for MAX 3SAT can achieve a performance ratio exceeding 7/8, even when restricted to satisfiable instances of the problem. Their algorithm is therefore optimal in this sense.<ref>J. Hastad. "Some optimal inapproximability results." In proceedings of the 29th ''ACM STOC'', 1-10, 1997</ref>▼
For the related MAX-E3SAT problem, in which all clauses in the input 3SAT formula are guaranteed to have exactly three literals, the simple [[randomized algorithm|randomized]] [[approximation algorithm]] which assigns a truth value to each variable independently and uniformly at random satisfies 7/8 of all clauses in expectation, irrespective of whether the original formula is satisfiable. Further, this simple algorithm can also be easily [[Randomized_algorithm#Derandomization|derandomized]] using the [[Method_of_conditional_probabilities#The_method_of_conditional_probabilities_with_conditional_expectations|method of conditional expectations]]. The Karloff–Zwick algorithm, however, does not require the restriction that the input formula should have three literals in every clause.<ref name="Karloff"/>
==
▲Building upon previous work on the [[PCP theorem]], [[Johan Håstad]]
== References ==
{{reflist}}
{{DEFAULTSORT:Karloff-Zwick algorithm}}
[[Category:Approximation algorithms]]
[[Category:Randomized algorithms]]
|