Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 636 Bytes

Fontys_ALE1-Course

This project is about propositions and operators. This code is able to:

  • Parse ASCII format propositions (such as >(&(A,|(B,C))~(D))) into a proposition object in memory
  • Generate truthtables from propositions
  • Simplify truthtables (not fully implemented)
  • Convert proposition into Conjunctive Normal Form and Disjunctive Normal Form
  • Stringify the proposition into ASCII format and infix format (logic notation)
  • Export propositions into a GraphViz visualization
  • Generate a unique hash of the proposition, made possible by the truthtables

Take a look in the notebook to get a quick view of the project