I am working on an expert system embedding CLIPS into a C++ project.
In that context, I am thinking of providing additional fuzzy reasoning
capabilities using NRC's FuzzyCLIPS. Since FuzzyCLIPS is based on
CLIPS 6.10 and I would like to use CLIPS 6.24 functionality (or
possibly 6.3 as soon as it is available), I am wondering what steps
are required to compile FuzzyCLIPS using the current CLIPS source
code.
In the FuzzyCLIPS documentation, I could not find any information as
to which files have been modified in which way. Would I have to sift
through all the FuzzyCLIPS sources, searching for references to
certainty factors and fuzzy reasoning, and then transfer those
modifications to the CLIPS code? Is it possible at all, or have there
been any changes to CLIPS that might interfere with this?
Any hint, further documentation or an estimation of feasibility and
required effort would be much appreciated...
Cheers,
Kristof
On Aug 21, 4:41 am, Kristof <kristof.schlem...@ifas.rwth-aachen.de>
wrote: