Skip to content

An inference engine for propositional logic in software based on the Truth Table (TT) checking, and Backward Chaining (BC) and Forward Chaining (FC) algorithms

Notifications You must be signed in to change notification settings

Toidicodedao69/Inference-Engine

Repository files navigation

Inference Engine

An inference engine for propositional logic in software based on:

  • The Truth Table (TT) checking
  • Backward Chaining (BC)
  • Forward Chaining (FC) algorithms

The inference engine will take as arguments a Horn-form Knowledge Base KB and a query q which is a proposition symbol and determine whether q can be entailed from KB.

Project team member:

  • Nghia Hieu Pham
  • Kim Duong Pham

About

An inference engine for propositional logic in software based on the Truth Table (TT) checking, and Backward Chaining (BC) and Forward Chaining (FC) algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages