Truth-table Algorithm

The most basic algorithm for categorizing formulae is the truth-table algorithm. Propositional logic is ``nice.''

\begin{displaymath}
\begin{array}
{ccc}
x_1 & x_2 & (x_1+x_2)(x_1+\overline{x_2}) \ T&T&T\ T&F&T\ F&T&F\ F&F&F\end{array}\end{displaymath}

Therefore, satisfiable, not valid.


next up previous
Next: Applying Search to SAT Up: SATISFIABILITY Previous: Categories of Formulae