Skip to content

resolution refutation is method of finding whether the given antecedent implies the consequent or not, it could also be used to check validity of the expressions.

Notifications You must be signed in to change notification settings

Mayank19j/resolution-refutation-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Resolution-refutation-prolog

resolution refutation is method of finding whether the given antecedent implies the consequent or not, it could also be used to check validity of the expressions.
Resolution refutation method is just refutation complete.

Pre-Requirement

You need a prolog interpreter to be installed on your system.
preferably, swipl as the given files are tested against swipl-prolog-interpreter only.

Execution

If you are using swipl interpreter, execute swipl
and then write
? [resolution]. <press Enter>
? start. <press Enter>
to get the instructions.

Better understanding of process

For the better understanding of the process going on durng execution and to understand how the antecedents and consequents are getting processed, uncomment all the comments in the program, you can easily do this by using find and replace, and then re-execute.

Releases

No releases published

Packages

No packages published

Languages