1. What have the authors contributed in "Testing satisfiability" ?
Using the above claim, the authors obtain similar results for k-SAT and k-NAEQ-SAT.. The authors also discuss the difference between testing with one-sided and two-sided error.. While the above decision problems are NP-hard, their result implies that the authors can solve their relaxed versions, that is, distinguishing between satisfiable and 2-far from satisfiable instances, in randomized constant time.
read more
2. What is the argument that the above algorithm provides a correct answer with probability at least 3/4?
To argue that the above algorithm provides a correct answer with probability at least 3/4, note that if Φ is satisfiable, then every subformula of it is satisfiable as well.
read more
3. What does the algorithm do when it terminates?
Notice that by definition of the algorithm, as it never creates a false clause, if it terminates, it gets a satisfiable subformula of Φ, Φ′, and an assignment that satisfies Φ′.
read more
4. What is the first proof of a satisfiability problem?
In the early 70’s, Cook [9] was the first to show that the 3-CNF problem, which is a special case of the general satisfiability problem, is NP-Complete.
read more