Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 582 Bytes

File metadata and controls

9 lines (8 loc) · 582 Bytes

LogicProgramming - Forward chaining

In this project is implemented the algorithm of forward chaining using Java, the knowledge base use Horn Clauses and the program allows to add, edit or delete rules, also you can enter the facts before using forward chaining

Modify rules

Rules UI

Add facts

Facts UI

Do forward chaining

Forward chaining