Skip to content

Propositional Logic Simplification Helper: pls_help

Notifications You must be signed in to change notification settings

kashparty/pls_help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published