Circuit satisfiability problem: Given a Boolean combinatorial circuit composed of AND, OR and NOT gates, is it satisfiable? A one output Boolean combinatorial circuit is satisfiable means for the given inputs the output will be 1.
A. The circuit satisfiability problem belongs to class NP
B. The circuit satisfiability problem is at least as hard as any language in NP
C. The circuit satisfiability is NP - Complete
D. The size of the circuit is Θ(K2 + 1)
E. If P ≠ NP, this situation would contradict the NP - Completeness of the problem.
Choose the correct answer from the options given below: