Why is the circuit for a 3-SAT instance not polynomial in size?
That is, when I am converting a SAT formula into a circuit, isn't the size of the circuit polynomial, as I have polynomial number of clauses?
Why is the circuit for a 3-SAT instance not polynomial in size?
That is, when I am converting a SAT formula into a circuit, isn't the size of the circuit polynomial, as I have polynomial number of clauses?
A circuit for a formula is not the same as a circuit for satisfiability.
– Max Mar 08 '14 at 22:06