Skip to content

JVerbruggen/Fontys_ALE1-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published