clips
"C" Language Integrated Production System
Install
- All systems
-
curl cmd.cat/clips.sh
- Debian
-
apt-get install clips
- Ubuntu
-
apt-get install clips
- Kali Linux
-
apt-get install clips
- Fedora
-
dnf install clips
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install clips
- Raspbian
-
apt-get install clips
- Dockerfile
- dockerfile.run/clips
clips
"C" Language Integrated Production System
CLIPS 6.0 is an OPS-like forward chaining production system written in ANSI C by NASA. The CLIPS inference engine includes truth maintenance, dynamic rule addition, and customizable conflict resolution strategies. CLIPS, including the runtime version, is easily embeddable in other applications. CLIPS includes an object-oriented language called COOL (CLIPS Object-Oriented Language) which is directly integrated with the inference engine.