kashparty / pls_help

Propositional Logic Simplification Helper: pls_help

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Propositional Logic Simplification Helper: pls_help


Languages

Language:Haskell 100.0%