Skip to content

ninanee/Truth_Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Truth_Evaluation

Truth Evaluator:

  1. The program first takes a number of propositional variables (P1, P2... Pn) as an input.
  2. It then takes a statement involving these variables as an input.
  3. The program parses the statement and outputs "True" if the given assignment satisfies the sentence or "False" if it does not.

Truth Table Creator:

  1. The program first takes a statement involving variables P1, P2... as an input.
  2. It then creates a truth table for this statement and outputs it.
  3. The program then outputs whether the statement is a tautology, contradiction or contingency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages