You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 lines
431 B

%\item \self SAT solvers in general use an \textit{exclusive or} between two formulas (i.e. $\phi \; \oplus \; \psi$) to check if the given formulas are \textit{equivalent}. Why does the formula $\chi = \phi \; \oplus \; \psi$ have to be "UNSAT" in order to prove that the two formulas $\phi$ and $\psi$ are \textit{equivalent}? What is the big advantage of using this method for checking \textit{equivalency} between two formulas?