Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong grounding involving recursive conditional literals #495

Open
rkaminsk opened this issue Apr 22, 2024 · 0 comments
Open

wrong grounding involving recursive conditional literals #495

rkaminsk opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@rkaminsk
Copy link
Member

rkaminsk commented Apr 22, 2024

The following program should not be unsatisfiable:

a.
b :- a.
a: a :- b.

(It seems like the element of the conditional literal is not grounded.)

The following program should include x in its stable model:

a.
b.
x :- a:b; a.
a: a :- x.
@rkaminsk rkaminsk added the bug label Apr 22, 2024
@rkaminsk rkaminsk self-assigned this Apr 22, 2024
@rkaminsk rkaminsk added this to the v5.7.2 milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant