Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 326 Bytes

Forward chaining

Java implementation of a very basic zero-order forward chaining algorithm.

Requirements

  • Apache Maven 3
  • Java 8

Compile

mvn clean install

Run the application

java -jar forward-chaining-1.0-SNAPSHOT-jar-with-dependencies.jar

You can also use -v to run the application in verbose mode.