- Download CLIPSIDE from here
- Clone the repository using
git clone https://github.com/airathalca/Tubes2-IF3170.git
- Set clips path to file directory
- This program use complexity strategy for the resolution conflicts so run
(set-strategy complexity)
to change the resolution strategy and make sure the next printed out text is 'complexity' - Make sure you are on a clear state (no leftover facts), run
(clear)
to clean the CLIPS - Load the file using
(load "diagnosis.clp")
- Reset the clp using
(reset)
- Finally run the expert system using
(run)