Content deleted Content added
m Date maintenance tags and general fixes |
revert -- That's not even controversial, and is self-evident through simple algebra. |
||
Line 60:
To solve this instance of the decision problem we must determine whether there is a truth value (TRUE or FALSE) we can assign to each of the literals (''x''<sub>1</sub> through ''x''<sub>4</sub>) such that the entire expression is TRUE. In this instance, there is such an assignment (''x''<sub>1</sub> = TRUE, ''x''<sub>2</sub> = TRUE, ''x''<sub>3</sub>=TRUE, ''x''<sub>4</sub>=TRUE), so the answer to this instance is YES. This is one of many possible assignments, with for instance, any set of assignments including ''x''<sub>1</sub> = TRUE being sufficient. If there were no such assignment(s), the answer would be NO.
Since k-SAT (the general case) reduces to 3-SAT
3-SAT can be further restricted to [[One-in-three 3SAT]], where we ask if ''exactly'' one of the variables in each clause is true, rather than ''at least'' one. One-in-three 3SAT remains NP-complete.
|