> i would like to know if one can define a rule which stops the inference > process (firing all rules), when a certain fact is added to the kb
Try a (halt) command: (defrule stop-rule (result (var1 1) (var2 2)) => (halt)) -- All the best, Maxim Tretyak --------------------------------------------------------------- This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If You are not the intended recipient, you should delete this message - any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited! -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
