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

[Implementation] Unrestricted variables in choice rules. #12

Open
iensen opened this issue Jun 16, 2014 · 0 comments
Open

[Implementation] Unrestricted variables in choice rules. #12

iensen opened this issue Jun 16, 2014 · 0 comments
Labels

Comments

@iensen
Copy link
Owner

iensen commented Jun 16, 2014

The following program:

sorts

s = {0,1}.

predicates
p(#s).
rules
1{p(X)}1 :- X<1.

Incorrectly classifies variable X as unrestricted.
The translation should be
1{p(X):s(X)}1 :- X<1,s(X).

@iensen iensen added the bug label Jun 16, 2014
@iensen iensen changed the title [Implementation] Unrestricted Variables in choice rules. [Implementation] Unrestricted variables in choice rules. Jun 16, 2014
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