You cannot post messages because only members can post, and you are not currently a member.
Description:
The C Language Integrated Production System (CLIPS) is a programming language used for the construction of rule and/or object based expert systems.
|
|
|
Welcome (Read This First)
|
| |
Welcome to the CLIPS Expert System Group. If you receive email from this group that you no longer wish to receive, click on "Edit my membership" located on the right side of the CLIPSESG page and then select "No Email" on the next page. Important Links --------------- CLIPS Home Page: [link]... more »
|
|
CLIPS 6.30 Beta for Mac OS X Release 1
|
| |
Release 1 of the beta version of CLIPS 6.30 for Mac OS X is available
for download at [link]
The CLIPS 6.30 Beta Mac OS X Application Installer installs CLIPS
executables, examples, documentation, source code, and Xcode 3.0... more »
|
|
CLIPS 6.30 Beta for Windows Release 3.
|
| |
Release 3 of the beta version of CLIPS 6.30 for Windows is available
for download at [link].
The CLIPS 6.30 Beta Mac OS X Application Installer installs CLIPS
executables, examples, documentation, source code, and Microsoft... more »
|
|
CLIPS Java Native Interface Beta v0.3
|
| |
Beta Release Version 0.3 of CLIPSJNI, a Java Native Interface for
CLIPS, is available for download at [link]
It includes 4 examples of a CLIPS program integrated with Swing GUIs.
Instructions for running the programs are in the file Instructions.pdf... more »
|
|
Reference for Rule Engine
|
| |
Dear All,
I'm new to expert systems. I need to study how a rule engine is working and
how we can design a rule engine . Have an idea to design my own rule engine
for my application. Can you suggest good references pls.
*Nath*
|
|
CLIPS Shell v0.1 Beta 5 realesed
|
| |
CLIPS Shell is GUI interface for CLIPS, alternative for CLIPSWin main features: command history colorized output brace matching auto completion UTF-8 multilanguage GUI (Russian, English) cross-platform (based on Qt library) Win32 statically linked executable: [link]... more »
|
|
CLIPS Editor v0.1 Beta 6 realesed
|
| |
CLIPS Editor v0.1 Beta 6 realesed Main features: *integrated help for CLIPS v6.24 *code folding *syntax highlighting *brace matching *auto completion *UTF-8 *multi language GUI *cross-platform Project Home [link] [link]... more »
|
|
Clear cannot continue!
|
| |
Hi all,
In my CLIPS program, if a rule was correct, I want print a message and
then clear CLIPS environment.
But wen I use (clear) command, this error occur:
[CONSTRCT1] Some constructs are still in use. Clear cannot continue.
Thanks for your help.
Nima
|
|
Math Wrappers for CLIPS: First Order Decay Functions Needed
|
| |
Greetings all,
Has anyone mapped any math libraries and made them available to CLIPS? In
particular I need to work with some first order decay models and wonder if
anyone here has suggestions (or working code!) for this.
Cheers,
- SteveN
|
|
Embedding CLIPS
|
| |
Hi, I'm implementing a simulation system, and so, I'm using CLIPS as the rules engine. But, since I want my system to be dynamic, I want CLIPS to take the program from a string function argument, and NOT using (load <.clp>), since in a single simulation, there would be multiple changes to the CLIPS source... more »
|
|
How to convert DataObject type to other data type?
|
| |
Hello,
i have following codes:
#include "clipscpp.h"
#include <iostream>
using namespace CLIPS;
using namespace std;
int main()
{
CLIPSCPPEnv theEnv;
DataObject theData1;
theEnv.Load("test01.clp");
theEnv.Reset();
theEnv.Run(-1);
theData1 = theEnv.Eval("(fact-slot-value 2 R)");... more »
|
|
Strange behavior of CLIPS
|
| |
Dear Sir/Madam,
I cannot understand the reason for following strange behavior.
This behavior occurs only if the following procedure is followed strictly.
On the CLIPS prompt ::
------------------------------ ------------------------------ ----
CLIPS> (load-facts
pada_facts)
TRUE
CLIPS> (load pada.clp)... more »
|
|
Clips with VC++.Net2005 embedded programming problem
|
| |
Hello,
execute me, my English is poor.
i am studying clips and learning to use clips in VC++.Net2005.
i have download clipswrap class file,such as clips.dll and
clips.lib.But they can only be used in vc++6.0 and can't be used in vc+
+.net 2005.So, i want to know how to use clips in vc++.net 2005... more »
|
|
|