etarakci-hvl / clipsmm

C++ Binding for CLIPS Rules Engine

Home Page:http://clipsmm.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clipsmm: C++ bindings for CLIPS
===============================

CLIPS is a rule-based production system (or expert system) tool to develop
and run applications of knowledge representation and inference. For details
please visit http://clipsrules.sf.net.

CLIPS comes with support for close integration with the C programming
language. clipsmm provides a C++ API for these features allowing to interact
with a CLIPS environment (asserting facts, querying data etc.) and providing
functions for use in CLIPS. clipsmm relies on the sigc++ library to
connect C++ methods with CLIPS functions

The project was originally developed by Rick L. Vinyard. The project is now
maintained and updated by Tim Niemueller.

The documentation can be found on http://clipsmm.sf.net, the canonical code
repository is at https://github.com/timn/clipsmm.

About

C++ Binding for CLIPS Rules Engine

http://clipsmm.sourceforge.net

License:GNU General Public License v3.0


Languages

Language:C++ 83.1%Language:M4 13.5%Language:Makefile 2.5%Language:Shell 0.5%Language:CLIPS 0.4%