unicode_fol_kit.truth_table¶
- unicode_fol_kit.truth_table(formula, logic='classical')[source]¶
Compute the
TruthTableof a propositionalformulaunderlogic.- Parameters:
- Raises:
ValueError – on an unknown logic or a quantified formula.
- Return type:
TruthTable