Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 398 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 398 Bytes

semantic-tableau-cpp

semantic tableau is method of finding whether the given logic (propositional logic here) is consistent or inconsistent, whether it is valid (tautology) or not.

Execution

execute ./run.sh on terminal and follow rest of the instructions that would come on the screen.

If it shows error : permission denied,
then firstly execute chmod +x run.sh and then execute ./run.sh.