Expand description
Propositional formula satisfiability solver using the Propositional Tableaux method.
Re-exports§
Modules§
- tableau
- A
Tableauis a collection ofTheory-ies. This corresponds to the entire propositional tableau tree, where eachTheoryis a branch (from the root node to each leaf). - theory
- A
Theoryis a set of alternativePropositionalFormulas, which corresponds to a branch in a tableau tree.
Enums§
- Expansion
Kind - Result of expansion using various rules.
Functions§
- is_
satisfiable - Checks if the given propositional formula is satisfiable.
- is_
valid - Checks if a given propositional formula is valid.