Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 612 Bytes

Propositional Logic Simplification Helper: pls_help

Haskell code to do things in propositional logic. Basically just an experiment for me. Even though this is called a "Simplification Helper", I no longer aim for it to do any minimisation step-by-step using simplification rules. Instead, it helps the user to do that themselves by showing them what the end result should be (the minimal possible formula) using the Quine-McCluskey algorithm.

Currently supports:

  • Formula parsing
  • Formula evaluation
  • Formula minimisation
  • Truth table generation
  • Satisfiability/validity checking