

MCQOPTIONS
Saved Bookmarks
1. |
Consider the decision Problem 2CFSAT defined as follows:{ φ | φ is a satisfiable propositional formula in CNF with at most two literals per clause }For example, φ = (x1 v x2)⋀ (x1v x3̅ ) ⋀ (x2 v x4) is a Boolean formula and it is in 2 CNFSAT.The decision problem 2 CNFSAT is |
A. | .NP complete |
B. | .Solvable in polynomial time by reduction to directed graph reachability. |
C. | .Solvable in constant time since any input instance is satisfiable. |
D. | .NP-hard but not NP-complete |
Answer» C. .Solvable in constant time since any input instance is satisfiable. | |