Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
53 views

OWL2 RL via RETE algorithm

I am currently trying to implement OWL2 RL via Rete algorithm. I have run into the following issue: How to implement lists needed for example in this rule: eq-diff2 (W3C reccomendation)? Thanks.
1
vote
1answer
199 views

Scalable Rules Engine

What's the most scalable rules engine that's open source and implements the RETE algorithm? I'm looking for something that could be run on an RDMS and handle millions of rules, queried from several ...