-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A problem about subsumption #2322
Comments
I get a simplest test case:
If I remove the |
Maybe this simpler test case more useful:
The correct result should be
|
We don't have a theory for subsumption and the magic-set transformation. So subsumptive relations must be excluded from the magic-set operation (similar to equivalence relations) and well spotted! |
Subsumptive relations need to be added to the set of |
Hi,
I find a problem in subsumption. Consider the following program:
I run it with
souffle -w example.dl
and get the result:As the subsumption
eozn(E1, D) <= eozn(E2, D) :- E1>E2.
,6 b
and7 b
shouldn't appear in the result, right?I use the last release version of Souffle.
The text was updated successfully, but these errors were encountered: