Replies: 1 comment 4 replies
-
When a fact is changed in GRL any evaluated statements which have been cached are discarded. The only edge case is if a user provided function call changes a fact in any way, it must inform the engine using the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can tell, Grule doesn't support truth maintenance. I.e. the automatic retracting of inferred facts when the facts used in the inference no longer hold.
If that is correct, it is worth to mention it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions