I am trying to understand the mathematical concepts behind CLIPS programming language and I am not sure how is a rule in CLIPS mathematically defined ? Is it a set ? Does the order of the set matters? Is there any place where I can read more about theoretical concepts of CLIPS language ?
Asked
Active
Viewed 98 times
1 Answers
0
CLIPS uses the rete algorithm. Here's some links for more information:
https://en.wikipedia.org/wiki/Rete_algorithm http://reports-archive.adm.cs.cmu.edu/anon/1995/CMU-CS-95-113.pdf http://reports-archive.adm.cs.cmu.edu/anon/scan/CMU-CS-79-forgy.pdf https://sourceforge.net/projects/clipsrules/files/CLIPS/Misc/CLIPS_Implementation_of_Rete.pdf/download

Gary Riley
- 10,130
- 2
- 19
- 34