Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

mbreemhaar/extensioncalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An automated extension calculator for default logic

Default logic is a non-monotonic logic with default rules that extend incomplete information with plausible, but not necessarily true conclusions. The operational semantics of default logic is defined in terms of default extensions. All extensions of a default theory can be found by drawing a process tree. This project is about making an automated extension calculator using process trees for default theories.

Getting Started

To use the program, use Maven to build and then run.

Formula Syntax

Inside the program logical formulas can be used. The syntax for these formulas is as follows:

a | b   \\Disjunction
a & b   \\Conjunction
~a      \\Negation

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

About

An automated extension calculator for Reiter's default logic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published