Skip to content

App that allows you to transform an arbitrary first-order predicate calculus formula into conjunctive normal form.

License

Notifications You must be signed in to change notification settings

morphin17/PredicatesKNF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredicatesKHF

An application that allows you to transform an arbitrary first-order predicate calculus formula into conjunctive normal form.

App include tests for examples of work.

Main Window Screen

The application parses the infix record of the formula into a tree, which is then used to launch dfs to convert it to CNF.

The code is written based on OOP principles. The class diagram is in the screenshot below.

Main Window Screen

About

App that allows you to transform an arbitrary first-order predicate calculus formula into conjunctive normal form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages