Heiseneye runs fine with Scryer rebis-dev #1255
josd
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Heiseneye performs forward chaining for rules like
PREM => CONC
and backward chaining for rules likeCONC <= PREM
. There is no principle to tell whether to use forward chaining or backward chaining.Queries are posed and answered as
PREM => yes
so the answers are also queries be it with some parts substituted and eventually containing more variables than in the original query.Run the examples and test cases via
giving result.
This is a research prototype at IDLab – Internet & Data Lab and with many thanks to Ruben Verborgh – Professor of Decentralized Web technology.
Beta Was this translation helpful? Give feedback.
All reactions