How does checking for CNF satisfiability by going via DNF compare to using a truth table or DPLL?

74 Views Asked by At

In terms of efficiency, I know DPLL would be most efficient, and probably going via a DNF would be least efficient, but my question is asking for reasons why and trying to understand by how much?