Skip to content

Implement of resolution principle, offer automatic machine reasoning, programming by C++ language.

License

Notifications You must be signed in to change notification settings

ily666666/Resolution-Principle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resolution-Principle

Implement of resolution principle, offer automatic machine reasoning, programming by C++ language.

notes

Note that the file "*/formula.txt" save the clauses you want to prove.The content format of this file are:

  • premise
  • negation of conclusion

The following clauses are the current content of this file:

  • (@x)(P(x)>Q(x))
  • ~(@x)(~Q(x)>~P(x))

Actually, we are going to prove "(@x)(P(x)>Q(x)) -> (@x)(~Q(x)>~P(x))".

About

Implement of resolution principle, offer automatic machine reasoning, programming by C++ language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages