Hi,

To get the rule engine back to a previous state I want to retract and assert a set of facts. This is kind of similar to the "Working Memory" concept only that it is more fine grained. I have a Java function that handles the retract and assert, but found that it takes a long time to execute this function. I guess the reason is that with every assert and retract the rete engine is running to check the rules that should fire.

Is there a way that I can change the fact base and perhaps temporarily stop the engine? Or any other idea how I could speed up a bulk retract and assert?

Any input welcome

Felix

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to