NP-Complete
Question 1 |
Consider the decision problem 2CNFSAT defined as follows:
- {Φ|Φ is a satisfiable propositional formula in CNF with atmost two literals per clause}
For example, is a Boolean formula and it is in 2CNFSAT.
The decision problem 2CNFSAT is
NP-Complete. | |
solvable in polynomial time by reduction to directed graph reachability. | |
solvable in constant time since any input instance is satisfiable. | |
NP-hard, but not NP-complete. |
Question 1 Explanation:
Note: Out of Syllabus.
There is 1 question to complete.
