= Welcome to the CLIPS Cookbook = The CLIPS Cookbook is an effort to provide solutions to common tasks and problems relating to CLIPS. All of the content is written for and tested with the current stable release (6.24) of CLIPS. The Cookbook is meant as a complement to, not a replacement for, the available CLIPS Documentation. If you are looking for a tutorial you should start with the [http://clipsrules.sourceforge.net/documentation/v624/ug.htm The CLIPS User's Guide] instead. = Index of Recipes = === Using CLIPS === Recipes about programming and using CLIPS. '''Common tasks''' [[br]] [MatchAllFactsInWorkingMemory Match All Facts in Working Memory] [[br]] [wiki:ExportImportFromCSVFile Export/Import Facts from a CSV-file] [[br]] [CollectingFacts Collecting Facts] [[br]] [CreateRelationsBetweenFacts Create Relations Between Facts] [[br]] [UnitTesting Unit Testing Rules] [[br]] [FindFactWithSmallestValue Find the Fact with the Smallest Value] [[br]] [FallbackRule Fallback Rule] '''Problems''' [[br]] [RemovingDuplicateActivations Unwanted Duplicate Activations] [[br]] [RuleCausesInfiniteLoop Rule Causes an Infinite Loop] === CLIPS Object-Oriented Language - COOL === Recipes about using CLIPS Object-Oriented Language - COOL. '''Common tasks''' [[br]] None yet '''Problems''' [[br]] None yet === Embedding CLIPS === Recipes about embedding CLIPS in applications. '''Common tasks''' [[br]] None yet '''Problems''' [[br]] None yet = Related Resources = === CLIPS Documentation === [http://clipsrules.sourceforge.net/documentation/v624/ug.htm The CLIPS User's Guide] [[br]] [http://clipsrules.sourceforge.net/documentation/v624/bpg.htm CLIPS Basic Programming Guide] [[br]] [http://clipsrules.sourceforge.net/documentation/v624/apg.htm CLIPS Advanced Programming Guide] [[br]] [http://clipsrules.sourceforge.net/documentation/v624/ig.htm Interfaces Guide]