Question 6[10]. Input: You are given a 3-SAT formula. A true value is considered as (+1) and a false value is considered
Posted: Sat Nov 27, 2021 10:27 am
Question 6[10]. Input: You are given a 3-SAT formula. A true value is considered as (+1) and a false value is considered (-1). Question: Does there exist a truth-value assignment for each variable such that the sum of the three variables of each clause is between -1 and 1? Show that the problem is NP-complete. Reduce an NP-hard problem from Section 12.13 (Other Useful NP-hard Problems).