Skip to content

It genreates the truth table, parse trees, PCNF, PDNF, equivalent expressions etc,. for a given Boolean Expression

Notifications You must be signed in to change notification settings

KarthikMAM/Truth-Table-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truth-Table-Generator

It genreates the truth table for the boolean expressions

Working

  *   Expressions are first converted the precedance preserved - EVALUATION PLAN
  *   The working of this algorithm is different from the typical algorithm fo expression evaluation
  *   Then it elimiates duplicates by storing them in DICTIONARIES
  *   Next, it increases the number of combination rows depending on the no of unique independant variables
  *   Alongside, this the evaluation of the plan to generate the results takes place
  *   Finally, a fully sorted results TRUTH-TABLE is generated in a DATAGRID
  *   THe evaluation plan can also be obtanined from the query - using which the user himself can produce the truth table

About

It genreates the truth table, parse trees, PCNF, PDNF, equivalent expressions etc,. for a given Boolean Expression

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages